I’ve installed FrappeCRM from the frappe/crm
repository, using the “Getting Started (Development) Docker” option. While the installation was successful, the container crashes after about 3 minutes of browsing the CRM portal, displaying the errors below. Has anyone else encountered this issue? If so, how did you resolve it?
frappe-1 | 16:05:19 web.1 | 172.18.0.1 - - [28/Mar/2025 16:05:19] “POST /api/method/frappe.client.get HTTP/1.1” 200 -
frappe-1 | 16:05:19 web.1 | 172.18.0.1 - - [28/Mar/2025 16:05:19] “POST /api/method/frappe.desk.search.search_link HTTP/1.1” 200 -
frappe-1 | 16:05:51 system | worker.1 stopped (rc=0)
frappe-1 | 16:05:51 system | sending SIGTERM to web.1 (pid 999)
frappe-1 | 16:05:51 system | sending SIGTERM to socketio.1 (pid 1002)
frappe-1 | 16:05:51 system | sending SIGTERM to schedule.1 (pid 1003)
frappe-1 | 16:05:51 system | socketio.1 stopped (rc=-15)
frappe-1 | 16:05:51 system | schedule.1 stopped (rc=-15)
frappe-1 | 16:05:51 system | web.1 stopped (rc=-15)
frappe-1 exited with code 0