Fix the syntax for the external network.
This commit is contained in:
parent
b83bd00624
commit
71f989a932
|
@ -36,4 +36,5 @@ services:
|
||||||
networks:
|
networks:
|
||||||
{{ shinyproxy_docker_network }}:
|
{{ shinyproxy_docker_network }}:
|
||||||
haproxy-public:
|
haproxy-public:
|
||||||
external: True
|
external:
|
||||||
|
name: haproxy-public
|
Loading…
Reference in New Issue