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'
|
||||
|
||||
networks:
|
||||
thunderbird
|
||||
thunderbird:
|
||||
# traefik_proxy:
|
||||
# external: true
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue