command block auskommentiert

This commit is contained in:
Czechman 2022-11-27 04:02:32 +01:00
parent 8f96e2d3d7
commit b4034f191b
1 changed files with 4 additions and 4 deletions

View File

@ -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"