mirror of
https://github.com/openfaas/faas.git
synced 2025-06-18 03:56:37 +00:00
Move default gateway to 0.5.1
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
fwatchdog
|
fwatchdog
|
||||||
fwatchdog-armhf
|
fwatchdog-armhf
|
||||||
**/node_modules/
|
**/node_modules/
|
||||||
|
**/*.DS_Store
|
||||||
|
@ -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:
|
||||||
|
Reference in New Issue
Block a user