mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-02-20 07:12:07 +00:00
Update docker-compose.yml
traefik api dashboard run on localhost
This commit is contained in:
parent
f68ef96546
commit
5a4e28dd88
|
@ -6,7 +6,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- 80:80 # HTTP
|
- 80:80 # HTTP
|
||||||
- 443:443 # HTTPS
|
- 443:443 # HTTPS
|
||||||
- 8080:8080 # MGMT WEB UI
|
- 127.0.0.1:8080:8080 # MGMT WEB UI
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro # ro = read-only access to the docker.sock
|
- /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
|
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/traefik:/etc/traefik/ # put the provided traefik.yml and fileConfig.yml files at this location
|
||||||
|
|
Loading…
Reference in New Issue
Block a user