Move to functions/gateway:0.5.5

This commit is contained in:
Alex Ellis 2017-05-11 08:33:00 +01:00 committed by GitHub
parent 9a70973e00
commit 1ab2576bf6

View File

@ -7,11 +7,11 @@ services:
- "/var/run/docker.sock:/var/run/docker.sock"
ports:
- 8080:8080
image: functions/gateway:0.5.3
image: functions/gateway:0.5.5
networks:
- functions
environment:
dnsrr: "true" # Temporarily use dnsrr in place of VIP while issue persists on PWD
# environment:
# dnsrr: "true" # Temporarily use dnsrr in place of VIP while issue persists on PWD
deploy:
placement:
constraints: [node.role == manager]