docker-compose.yaml aktualisiert
This commit is contained in:
+3
-1
@@ -53,7 +53,9 @@ services:
|
|||||||
interval: 10s
|
interval: 10s
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
retries: 3
|
retries: 3
|
||||||
|
networks:
|
||||||
|
traefik_network:
|
||||||
|
external: true
|
||||||
# Removed unused named volume 'traefik-acme' — the bind mount above is used instead.
|
# Removed unused named volume 'traefik-acme' — the bind mount above is used instead.
|
||||||
# If you want a named Docker volume instead of a bind mount, replace the volume
|
# If you want a named Docker volume instead of a bind mount, replace the volume
|
||||||
# entry under traefik with: - traefik-acme:/etc/traefik/acme
|
# entry under traefik with: - traefik-acme:/etc/traefik/acme
|
||||||
|
|||||||
Reference in New Issue
Block a user