1
0
forked from noxious/server
This commit is contained in:
Dennis Postma 2025-02-08 15:12:04 +01:00
parent 35fe0e6faa
commit 62e31c10d7
2 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ services:
- "8080:8080" - "8080:8080"
volumes: volumes:
- traefik_data:/data - traefik_data:/data
- ./etc/traefik/traefik.toml:/etc/traefik/traefik.toml - ./traefik.toml:/etc/traefik/traefik.toml
restart: unless-stopped restart: unless-stopped
networks: networks:
- app-network - app-network