command block auskommentiert
This commit is contained in:
parent
8f96e2d3d7
commit
b4034f191b
|
|
@ -9,10 +9,10 @@ services:
|
||||||
# The official v2 Traefik docker image
|
# The official v2 Traefik docker image
|
||||||
image: traefik:v2.9
|
image: traefik:v2.9
|
||||||
# Enables the web UI and tells Traefik to listen to docker
|
# Enables the web UI and tells Traefik to listen to docker
|
||||||
command:
|
# command:
|
||||||
- "--api.insecure=true"
|
# - "--api.insecure=true"
|
||||||
- "--providers.docker=true"
|
# - "--providers.docker=true"
|
||||||
- "--certificatesresolvers.myresolver.acme.httpchallenge=true"
|
# - "--certificatesresolvers.myresolver.acme.httpchallenge=true"
|
||||||
ports:
|
ports:
|
||||||
# The HTTP port
|
# The HTTP port
|
||||||
- "80:80"
|
- "80:80"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue