From b66dccac99809c2326ac358762b46100699aab3a Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Fri, 24 Feb 2023 22:53:24 +0100 Subject: [PATCH] Update docker-compose.yml --- examples/traefik/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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