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

@@ -37,7 +37,7 @@ services:
- "traefik.http.middlewares.erpnext-nginx.headers.customrequestheaders.Host=erpnext-nginx"
- "traefik.http.routers.erpnext-nginx.middlewares=erpnext-nginx"
- "traefik.http.routers.erpnext-nginx.entrypoints=web"
- "traefik.http.services.erpnext-nginx.loadbalancer.server.port=80"
- "traefik.http.services.erpnext-nginx.loadbalancer.server.port=8080"
volumes:
- sites-vol:/var/www/html/sites:rw
- assets-vol:/assets:rw