Skip to content

Commit

Permalink
remove api.insecure
Browse files Browse the repository at this point in the history
  • Loading branch information
skadefro committed May 26, 2022
1 parent 253c143 commit 2aca920
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose-traefik-letsencrypt-dns01.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ services:
# - "traefik.http.routers.traefik.middlewares=admin"
# - "traefik.http.middlewares.admin.basicauth.users=admin:$$apr1$$iB.BZjJJ$$FmaZuX35eFCMe5t3a.OqR."
command:
- "--api.insecure=true"
- "--providers.docker=true"
- "--providers.docker.exposedbydefault=false"
- "--entrypoints.websecure.address=:443"
Expand All @@ -49,7 +48,6 @@ services:
ports:
- "80:80"
- "443:443"
# - "8080:8080"
volumes:
- "./letsencrypt:/letsencrypt"
- "//var/run/docker.sock:/var/run/docker.sock:ro"
Expand Down

0 comments on commit 2aca920

Please sign in to comment.