jetzt passt das Network aber
Fehlermeldung war: validating /docker/thunderbird/docker-compose.thunderbird.yml: networks must be a mapping Ursache war fehlender Doppelpunkt in Zeile 6
This commit is contained in:
parent
b7fb13446e
commit
7432fea426
|
|
@ -3,7 +3,7 @@
|
||||||
version: '3'
|
version: '3'
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
thunderbird
|
thunderbird:
|
||||||
# traefik_proxy:
|
# traefik_proxy:
|
||||||
# external: true
|
# external: true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue