From d2ec719152920a70305c9bdc65756be50e23359b Mon Sep 17 00:00:00 2001 From: Eric Libay Date: Fri, 1 Aug 2025 22:21:38 +0800 Subject: [PATCH] not using port 8080 as it will cause conflict with coolify --- pwd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwd.yml b/pwd.yml index 346a882e..9d1fe6a0 100644 --- a/pwd.yml +++ b/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.72.2