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
This is a development environment. I am running docker desktop and frappe is started in WSL on Ubuntu 24.04.1 LTS. All my dev works are in WSL, and I’ve allocated 16GB and 6 CPU cores to containers running in WSL
Thus, with just the containers needed to run frappeCRM I get this error.
I am also building frappe crm container but when i run the container on localhost port 8000 it is not returning any response. is their any additional step missed out their which we need to do.This shows me the following error