Compare commits

...

1 Commits

Author SHA1 Message Date
62e31c10d7 y 2025-02-08 15:12:04 +01:00
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