From 45964ba7f318d055824763499e6180ed8a24af68 Mon Sep 17 00:00:00 2001 From: Dennis Postma Date: Sun, 9 Feb 2025 01:12:20 +0100 Subject: [PATCH] bug --- traefik.yml => config/traefik.yml | 0 docker-compose.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename traefik.yml => config/traefik.yml (100%) diff --git a/traefik.yml b/config/traefik.yml similarity index 100% rename from traefik.yml rename to config/traefik.yml diff --git a/docker-compose.yml b/docker-compose.yml index a806e9a..595224f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -76,7 +76,7 @@ services: - "443:443" volumes: - /var/run/docker.sock:/var/run/docker.sock:ro - - ./traefik.yml:/etc/traefik/traefik.yml:ro + - ./config/traefik.yml:/etc/traefik/traefik.yml:ro - ./certificates:/certificates networks: - app-network