fix: change unpriviliged nginx port from 80 to 8080
This commit is contained in:
@@ -3,4 +3,4 @@ version: "3"
|
||||
services:
|
||||
erpnext-nginx:
|
||||
ports:
|
||||
- "80:80"
|
||||
- "80:8080"
|
||||
|
||||
@@ -42,7 +42,7 @@ services:
|
||||
- "traefik.http.routers.frappe-nginx.rule=Host(${SITES})"
|
||||
- "${ENTRYPOINT_LABEL}"
|
||||
- "${CERT_RESOLVER_LABEL}"
|
||||
- "traefik.http.services.frappe-nginx.loadbalancer.server.port=80"
|
||||
- "traefik.http.services.frappe-nginx.loadbalancer.server.port=8080"
|
||||
volumes:
|
||||
- sites-vol:/var/www/html/sites:rw
|
||||
- assets-vol:/assets:rw
|
||||
|
||||
@@ -3,4 +3,4 @@ version: "3"
|
||||
services:
|
||||
frappe-nginx:
|
||||
ports:
|
||||
- "80:80"
|
||||
- "80:8080"
|
||||
|
||||
Reference in New Issue
Block a user