Implemention of ERPnext via Docker compose

Hey Team,
i’m tried to install the ERPNext via Docker compose. and i 'm facing this error. please help on this.

docker-erpnext-assets-1 | 2023/07/24 08:10:42 [notice] 1#1: getrlimit(RLIMIT_NOFILE): 1048576:1048576
docker-erpnext-assets-1 | 2023/07/24 08:10:42 [notice] 1#1: start worker processes
docker-erpnext-assets-1 | 2023/07/24 08:10:42 [notice] 1#1: start worker process 21
docker-erpnext-assets-1 | 2023/07/24 08:10:42 [notice] 1#1: start worker process 22
docker-erpnext-assets-1 | 2023/07/24 08:10:42 [notice] 1#1: start worker process 23
docker-erpnext-assets-1 | 2023/07/24 08:10:42 [notice] 1#1: start worker process 24
docker-erpnext-python-1 | [2023-07-24 08:10:44 +0000] [12] [INFO] Starting gunicorn 19.10.0
docker-erpnext-python-1 | [2023-07-24 08:10:44 +0000] [12] [INFO] Listening at: http://0.0.0.0:8000 (12)
docker-erpnext-python-1 | [2023-07-24 08:10:44 +0000] [12] [INFO] Using worker: gthread
docker-erpnext-python-1 | [2023-07-24 08:10:44 +0000] [16] [INFO] Booting worker with pid: 16
docker-erpnext-python-1 | [2023-07-24 08:10:44 +0000] [17] [INFO] Booting worker with pid: 17
docker-mariadb-1 | 2023-07-24 8:10:44 9 [Warning] Aborted connection 9 to db: ‘unconnected’ user: ‘unauthenticated’ host: ‘172.18.0.9’ (This connection closed normally without authentication)
docker-mariadb-1 | 2023-07-24 8:10:44 10 [Warning] Aborted connection 10 to db: ‘unconnected’ user: ‘unauthenticated’ host: ‘172.18.0.8’ (This connection closed normally without authentication)
docker-mariadb-1 | 2023-07-24 8:10:44 11 [Warning] Aborted connection 11 to db: ‘unconnected’ user: ‘unauthenticated’ host: ‘172.18.0.11’ (This connection closed normally without authentication)
docker-erpnext-worker-short-1 | Attempt 1 to connect to mariadb:3306
docker-erpnext-worker-short-1 | Attempt 2 to connect to mariadb:3306
docker-erpnext-worker-short-1 | Attempt 1 to connect to redis-queue:6379
docker-erpnext-worker-short-1 | Attempt 1 to connect to redis-cache:6379
docker-erpnext-worker-short-1 | Attempt 1 to connect to redis-socketio:6379
docker-erpnext-worker-short-1 | Connections OK
docker-mariadb-1 | 2023-07-24 8:10:44 12 [Warning] Aborted connection 12 to db: ‘unconnected’ user: ‘unauthenticated’ host: ‘172.18.0.10’ (This connection closed normally without authentication)
docker-erpnext-assets-1 | 2023/07/24 08:10:56 [error] 21#21: *1 upstream prematurely

Works for me:

Tests pass:

1 Like

Thanks for your valuable help. it is working for me as well.