fix(compose): deactivate docker0 helper by default
This commit is contained in:
parent
df2e34e61c
commit
71145b6e65
|
@ -2,8 +2,8 @@ name: funkwhale-services
|
|||
include:
|
||||
- path: compose/net.dnsmasq.yml
|
||||
- path: compose/net.traefik.yml
|
||||
# Uncomment this line if your docker0 network does not stay up, because it
|
||||
# is empty and has no containers attached to it.
|
||||
#
|
||||
- path: compose/net.helpers.docker0.yml
|
||||
# Uncomment the following line if your docker0 network does
|
||||
# not stay up, since it is empty and has no containers
|
||||
# attached to it.
|
||||
# - path: compose/net.helpers.docker0.yml
|
||||
- path: compose/net.verify.yml
|
||||
|
|
Loading…
Reference in New Issue