mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
Change port mapping from 8080 to 8081
This commit is contained in:
parent
e7db934767
commit
2c988187df
1 changed files with 1 additions and 1 deletions
2
pwd.yml
2
pwd.yml
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue