Change port mapping from 8080 to 8081

This commit is contained in:
alloujean 2025-11-28 16:15:31 +00:00 committed by GitHub
parent e7db934767
commit 2c988187df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -125,7 +125,7 @@ services:
- sites:/home/frappe/frappe-bench/sites
- logs:/home/frappe/frappe-bench/logs
ports:
- "8080:8080"
- "8081:8080"
queue-long:
image: frappe/erpnext:v15.90.1