From 5a4e28dd882917edc6be248bbf2b33e2c8f35c11 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Thu, 20 Jul 2023 17:06:36 +0200 Subject: [PATCH] Update docker-compose.yml traefik api dashboard run on localhost --- 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 c7263f7..008b48e 100644 --- a/examples/traefik/docker-compose.yml +++ b/examples/traefik/docker-compose.yml @@ -6,7 +6,7 @@ services: ports: - 80:80 # HTTP - 443:443 # HTTPS - - 8080:8080 # MGMT WEB UI + - 127.0.0.1:8080:8080 # MGMT WEB UI volumes: - /var/run/docker.sock:/var/run/docker.sock:ro # ro = read-only access to the docker.sock - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/traefik:/etc/traefik/ # put the provided traefik.yml and fileConfig.yml files at this location