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