diff --git a/examples/traefik/docker-compose.yml b/examples/traefik/docker-compose.yml index e44b317..77dd004 100644 --- a/examples/traefik/docker-compose.yml +++ b/examples/traefik/docker-compose.yml @@ -9,7 +9,7 @@ services: - 8080:8080 # MGMT WEB UI volumes: - /var/run/docker.sock:/var/run/docker.sock:ro # ro = read-only access to the docker.sock - - /mnt/docker-volumes/traefik:/etc/traefik/ + - /mnt/docker-volumes/traefik:/etc/traefik/ # put the provided traefik.yml and fileConfig.yml files at this location - /mnt/docker-volumes/traefik/logs:/logs networks: - proxy