Use non-standard port for WEB_PORT in web compose
This commit is contained in:
parent
e97db75e2e
commit
e03268af4c
@ -20,7 +20,7 @@ services:
|
|||||||
- --entrypoints.web.address=:80
|
- --entrypoints.web.address=:80
|
||||||
- --entrypoints.local.address=:8443
|
- --entrypoints.local.address=:8443
|
||||||
ports:
|
ports:
|
||||||
- "${WEB_PORT:-127.0.0.1:80:80}"
|
- "${WEB_PORT:-127.0.0.1:8000:80}"
|
||||||
- "${LOCAL_PORT:-127.0.0.1:8443:8443}"
|
- "${LOCAL_PORT:-127.0.0.1:8443:8443}"
|
||||||
labels:
|
labels:
|
||||||
- "traefik.http.routers.${ROUTER:-traefik}.rule=Host(`${DOMAIN:-traefik.local.krislamo.org}`)"
|
- "traefik.http.routers.${ROUTER:-traefik}.rule=Host(`${DOMAIN:-traefik.local.krislamo.org}`)"
|
||||||
|
Loading…
Reference in New Issue
Block a user