fix: change unpriviliged nginx port from 80 to 8080

This commit is contained in:
Revant Nandgaonkar
2021-11-21 16:23:32 +05:30
parent 6b6a1b9ad8
commit 3295c8070e
8 changed files with 11 additions and 8 deletions

View File

@@ -167,7 +167,7 @@ services:
- "traefik.http.routers.erpnext-nginx-https.entrypoints=https"
- "traefik.http.routers.erpnext-nginx-https.tls=true"
- "traefik.http.routers.erpnext-nginx-https.tls.certresolver=le"
- "traefik.http.services.erpnext-nginx.loadbalancer.server.port=80"
- "traefik.http.services.erpnext-nginx.loadbalancer.server.port=8080"
erpnext-python:
image: frappe/erpnext-worker:${ERPNEXT_VERSION?Variable ERPNEXT_VERSION not set}