kopia lustrzana https://github.com/Haxxnet/Compose-Examples
rodzic
434983b5b6
commit
0bf7654961
|
@ -4,8 +4,9 @@ services:
|
||||||
container_name: traefik
|
container_name: traefik
|
||||||
image: traefik:2.11
|
image: traefik:2.11
|
||||||
ports:
|
ports:
|
||||||
- 80:80 # HTTP
|
- 80:80/tcp # HTTP
|
||||||
- 443:443 # HTTPS
|
- 443:443/tcp # HTTPS
|
||||||
|
- 443:443/udp # HTTPS via HTTP/3 QUIC UDP
|
||||||
- 127.0.0.1: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
|
||||||
|
|
Ładowanie…
Reference in New Issue