command angepasst

This commit is contained in:
Czechman 2022-11-27 03:36:01 +01:00
parent 8c57f072ba
commit ed06d37a6c
1 changed files with 4 additions and 1 deletions

View File

@ -5,7 +5,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
command:
- "--api.insecure=true"
- "--providers.docker=true"
- "--certificatesresolvers.myresolver.acme.httpchallenge=true"
ports:
# The HTTP port
- "80:80"