Ensure network exists for start-proxy
This commit is contained in:
parent
81ec077928
commit
f015afe7f0
1
Makefile
1
Makefile
@ -8,6 +8,7 @@ proxy:
|
|||||||
all: build proxy
|
all: build proxy
|
||||||
|
|
||||||
start-proxy:
|
start-proxy:
|
||||||
|
docker network create faaso-net || true
|
||||||
docker run --name faaso-proxy-one \
|
docker run --name faaso-proxy-one \
|
||||||
--rm --network=faaso-net \
|
--rm --network=faaso-net \
|
||||||
-e FAASO_SECRET_PATH=${PWD}/secrets \
|
-e FAASO_SECRET_PATH=${PWD}/secrets \
|
||||||
|
Loading…
Reference in New Issue
Block a user