From 12292ea4f291ccd983eb0c57afd7bef43264be2b Mon Sep 17 00:00:00 2001 From: Dennis Postma Date: Sat, 8 Feb 2025 15:23:38 +0100 Subject: [PATCH] i hate docker --- docker-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index eae079b..5b8de86 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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