Hello. Just wanted to ask. How do I start ERPNext again? I only did an Easy Installation using these 2 lines of codes and asked Chat GPT to help; after killing some ports and repeating these 2 lines of codes:
After being able to access it, I asked ChatGPT if there is anything else i have to do when turning the physical server PC of mine on and off, but it said that docker will do everything for me including starting up and shutting down gracefully. However, on my next visit after turning the PC on and off, going there again gave me this:
Unable to connect
An error occurred during a connection to site1.localhost.
The site could be temporarily unavailable or too busy. Try again in a few moments.
If you are unable to load any pages, check your computer’s network connection.
If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the web.
What should I do? Any help is appreciated. Thanks in advance!
Can you send a status of the command docker ps -a ?
If no containers are running, the restart must’ve stopped the running container. Run docker compose -p {project_name} -f {project_name}-compose.yml up -d
Make sure to replace the project_name with your project’s name.
are these the containers? it means i have containers?
administrator@administrator-desktop:~$ docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
7b0b8c3be607 frappe/erpnext:v14.27.1 “nginx-entrypoint.sh” 6 days ago Exited (137) 41 hours ago frappe-frontend-1
fd1ab26f3998 frappe/erpnext:v14.27.1 “bench worker --queu…” 6 days ago Exited (0) 41 hours ago frappe-queue-short-1
97c7df3fbf67 frappe/erpnext:v14.27.1 “bench schedule” 6 days ago Exited (137) 41 hours ago frappe-scheduler-1
07a239ec9c14 frappe/erpnext:v14.27.1 “bench worker --queu…” 6 days ago Exited (0) 41 hours ago frappe-queue-long-1
caf44d3021ab frappe/erpnext:v14.27.1 “node /home/frappe/f…” 6 days ago Exited (137) 41 hours ago frappe-websocket-1
7ff732e6e5db frappe/erpnext:v14.27.1 “bench worker --queu…” 6 days ago Exited (0) 41 hours ago frappe-queue-default-1
8401afc38c64 frappe/erpnext:v14.27.1 “/home/frappe/frappe…” 6 days ago Exited (0) 41 hours ago frappe-backend-1
8c104ac1f5b7 frappe/erpnext:v14.27.1 “bash -c 'ls -1 apps…” 6 days ago Exited (0) 41 hours ago frappe-configurator-1
22b43385c490 mariadb:10.6 “docker-entrypoint.s…” 6 days ago Exited (0) 41 hours ago frappe-db-1
1cde1726c711 redis:6.2-alpine “docker-entrypoint.s…” 6 days ago Exited (0) 41 hours ago frappe-redis-cache-1
48750f4eefed redis:6.2-alpine “docker-entrypoint.s…” 6 days ago Exited (0) 41 hours ago frappe-redis-queue-1
b4d5e71ef26f redis:6.2-alpine “docker-entrypoint.s…” 6 days ago Exited (0) 41 hours ago frappe-redis-socketio-1
87ebe8afd2a0 traefik:2.5 “/entrypoint.sh --pr…” 6 days ago Exited (128) 2 days ago frappe-proxy-1