add providers.docker.useportbindip=false to traefik
This commit is contained in:
parent
29c7282ae1
commit
f93430246a
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ services:
|
|||
- "--api.insecure=true" # Remove or secure in prod
|
||||
- "--providers.docker=true"
|
||||
- "--providers.docker.exposedbydefault=false"
|
||||
- "--providers.docker.useBindPortIP=false"
|
||||
- "--entrypoints.web.address=:80"
|
||||
- "--entrypoints.websecure.address=:443"
|
||||
- "--providers.docker.network=web,request"
|
||||
|
|
|
|||
Loading…
Reference in a new issue