mirror of
https://github.com/opdavies/build-configs.git
synced 2025-03-13 05:26:56 +00:00
fix(docker-compose): set network as external
This commit is contained in:
parent
99ffb87446
commit
ca2b0731e5
|
@ -101,4 +101,5 @@ volumes:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
web:
|
web:
|
||||||
|
external: true
|
||||||
name: traefik_proxy
|
name: traefik_proxy
|
||||||
|
|
Loading…
Reference in a new issue