1
0
forked from noxious/server

Compare commits

...

2 Commits

Author SHA1 Message Date
86cbe3fdcb y 2025-02-08 15:19:07 +01:00
62e31c10d7 y 2025-02-08 15:12:04 +01:00
2 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,8 @@ 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
- /var/run/docker.sock:/var/run/docker.sock:ro
restart: unless-stopped restart: unless-stopped
networks: networks:
- app-network - app-network