diff options
Diffstat (limited to '')
-rw-r--r-- | terminaldweller.com/haproxy/docker-compose.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/terminaldweller.com/haproxy/docker-compose.yaml b/terminaldweller.com/haproxy/docker-compose.yaml index fe861d0..95752c8 100644 --- a/terminaldweller.com/haproxy/docker-compose.yaml +++ b/terminaldweller.com/haproxy/docker-compose.yaml @@ -6,4 +6,7 @@ services: - "80:80" volumes: - ./haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg:ro - + networks: + - haproxynet +networks: + - haproxynet |