Move default gateway to 0.5.1

This commit is contained in:
Alex Ellis
2017-03-31 20:43:54 +01:00
parent 19699d5e79
commit 12f4f17394
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
fwatchdog fwatchdog
fwatchdog-armhf fwatchdog-armhf
**/node_modules/ **/node_modules/
**/*.DS_Store

View File

@ -7,7 +7,7 @@ services:
- "/var/run/docker.sock:/var/run/docker.sock" - "/var/run/docker.sock:/var/run/docker.sock"
ports: ports:
- 8080:8080 - 8080:8080
image: functions/gateway:latest image: functions/gateway:0.5.1
networks: networks:
- functions - functions
deploy: deploy: