Compare commits

...

1 Commits

Author SHA1 Message Date
12292ea4f2 i hate docker 2025-02-08 15:23:38 +01:00

View File

@ -50,11 +50,12 @@ services:
- "8080:8080"
volumes:
- traefik_data:/data
- ./traefik.yml:/etc/traefik/traefik.yml
- ./traefik.yml:/traefik.yml
- /var/run/docker.sock:/var/run/docker.sock:ro
restart: unless-stopped
networks:
- app-network
command: --configFile=/traefik.yml
mariadb:
image: mariadb:lts