mirror of
https://github.com/openfaas/faas.git
synced 2025-06-29 18:23:26 +00:00
Update NS to functions/ from alexellis2/faas-
This commit is contained in:
@ -7,7 +7,7 @@ services:
|
||||
- "/var/run/docker.sock:/var/run/docker.sock"
|
||||
ports:
|
||||
- 8080:8080
|
||||
image: alexellis2/faas-gateway:latest-armhf-dev
|
||||
image: functions/gateway:latest-armhf-dev
|
||||
networks:
|
||||
- functions
|
||||
deploy:
|
||||
@ -53,7 +53,7 @@ services:
|
||||
|
||||
# Sample functions go here.
|
||||
wordcount:
|
||||
image: alexellis2/faas-alpinefunction:latest-armhf
|
||||
image: functions/alpine:latest-armhf
|
||||
labels:
|
||||
function: "true"
|
||||
depends_on:
|
||||
|
Reference in New Issue
Block a user