Use modern rancher lb image and fix port map.

This commit is contained in:
Chris Fordham 2017-07-24 22:35:43 +10:00
parent 395c15c72f
commit d16edb7b5c

View File

@ -108,9 +108,9 @@ services:
io.rancher.container.hostname_override: container_name
{{- end}}
lb:
image: rancher/load-balancer-service
image: rancher/lb-service-haproxy:v0.6.4
ports:
- ${host_port}:8000/tcp
- ${host_port}:${host_port}
links:
- server:server
labels: