This commit is contained in:
Dennis Postma 2025-02-09 01:12:20 +01:00
parent e7e187da7c
commit 45964ba7f3
2 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ services:
- "443:443" - "443:443"
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro - /var/run/docker.sock:/var/run/docker.sock:ro
- ./traefik.yml:/etc/traefik/traefik.yml:ro - ./config/traefik.yml:/etc/traefik/traefik.yml:ro
- ./certificates:/certificates - ./certificates:/certificates
networks: networks:
- app-network - app-network