kopia lustrzana https://github.com/Haxxnet/Compose-Examples
rodzic
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
|
||||||
|
|
Ładowanie…
Reference in New Issue