diff --git a/docker/infrastructure/network/traefik/docker-compose.yml b/docker/infrastructure/network/traefik/docker-compose.yml index aa42d89..0aaadf0 100644 --- a/docker/infrastructure/network/traefik/docker-compose.yml +++ b/docker/infrastructure/network/traefik/docker-compose.yml @@ -12,7 +12,7 @@ services: volumes: - /var/run/docker.sock:/var/run/docker.sock - type: bind - source: /root/traefik.yml + source: /root/homeprod/docker/infrastructure/network/traefik/traefik.yml target: /etc/traefik/traefik.yml labels: - "traefik.enable=true"