No support for default bridge network in compose

This commit is contained in:
Colin Hebert
2023-05-01 07:34:09 +10:00
parent ecc55ae331
commit 80563c56a0
2 changed files with 0 additions and 6 deletions

View File

@@ -12,7 +12,6 @@ services:
LEGO_DISABLE_CNAME_SUPPORT: true
networks:
- reverse-proxy
- bridge
- docker
volumes:
- ${NASCOMPOSE_SERVICES?}/reverse-proxy/volumes/traefik_acme:/etc/traefik/acme
@@ -33,6 +32,3 @@ networks:
docker:
external: true
bridge:
name: bridge
external: true