Fixed target port number to line up with vault's exposed port

This vault image listens on port 18200, the LB was pointing to the conventional 8200 port, so was causing problems with the LB functioning properly.
This commit is contained in:
MadOtis
2018-03-29 12:42:39 -07:00
committed by GitHub
parent dc7c9c36bd
commit dc759919a8
+1 -1
View File
@@ -48,7 +48,7 @@ services:
protocol: tcp protocol: tcp
service: vault service: vault
source_port: 8200 source_port: 8200
target_port: 8200 target_port: 18200
- priority: 2 - priority: 2
protocol: tcp protocol: tcp
service: vault service: vault