Use non-standard port for WEB_PORT in web compose

This commit is contained in:
Kris Lamoureux 2023-11-26 16:44:36 -05:00
parent e97db75e2e
commit e03268af4c
Signed by: kris
GPG Key ID: 3EDA9C3441EDA925

View File

@ -20,7 +20,7 @@ services:
- --entrypoints.web.address=:80
- --entrypoints.local.address=:8443
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}"
labels:
- "traefik.http.routers.${ROUTER:-traefik}.rule=Host(`${DOMAIN:-traefik.local.krislamo.org}`)"