mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-12-29 18:28:28 +01:00
Update docker-compose.yml
traefik api dashboard run on localhost
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user