Fix the network name
This commit is contained in:
parent
eb2c0d0d0d
commit
1bcd0f124f
|
@ -4,7 +4,7 @@ services:
|
||||||
pep:
|
pep:
|
||||||
image: nginx:stable-alpine
|
image: nginx:stable-alpine
|
||||||
networks:
|
networks:
|
||||||
- {{ conductor_network }}
|
- {{ inception_project_docker_network }}
|
||||||
- haproxy-public
|
- haproxy-public
|
||||||
deploy:
|
deploy:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
|
|
Loading…
Reference in New Issue