Update docker-compose.yml

traefik api dashboard run on localhost
This commit is contained in:
LRVT 2023-07-20 17:06:36 +02:00 committed by GitHub
parent f68ef96546
commit 5a4e28dd88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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