mirror of
https://github.com/gravitl/netmaker.git
synced 2025-02-25 16:44:01 +08:00
Merge pull request #1163 from panda1100/patch-1
remove port 80 from reverse-proxy
This commit is contained in:
commit
799ce0b62a
1 changed files with 0 additions and 4 deletions
|
@ -90,9 +90,6 @@ services:
|
|||
- "--certificatesresolvers.http.acme.email=YOUR_EMAIL"
|
||||
- "--certificatesresolvers.http.acme.storage=/letsencrypt/acme.json"
|
||||
- "--certificatesresolvers.http.acme.tlschallenge=true"
|
||||
- "--entrypoints.web.address=:80"
|
||||
- "--entrypoints.web.http.redirections.entryPoint.to=websecure"
|
||||
- "--entrypoints.web.http.redirections.entryPoint.scheme=https"
|
||||
- "--entrypoints.websecure.address=:443"
|
||||
- "--entrypoints.websecure.http.tls=true"
|
||||
- "--entrypoints.websecure.http.tls.certResolver=http"
|
||||
|
@ -105,7 +102,6 @@ services:
|
|||
- ${TRAEFIK_DOCKER_HOST}:/var/run/docker.sock:ro
|
||||
- traefik_certs:/letsencrypt
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
mq:
|
||||
container_name: mq
|
||||
|
|
Loading…
Reference in a new issue