This commit is contained in:
Dennis Postma 2025-02-08 15:19:07 +01:00
parent 62e31c10d7
commit 86cbe3fdcb

View File

@ -51,6 +51,7 @@ services:
volumes: volumes:
- traefik_data:/data - traefik_data:/data
- ./traefik.toml:/etc/traefik/traefik.toml - ./traefik.toml:/etc/traefik/traefik.toml
- /var/run/docker.sock:/var/run/docker.sock:ro
restart: unless-stopped restart: unless-stopped
networks: networks:
- app-network - app-network