I have installed chatwoot and n8n via docker template in hostinger , but my chatwoot-base-1 shows exited , but i am receivng messages and all , but why this exited issue , is this ok ? or how to fix it?
That’s usually fine if the service is still running and receiving messages. Chatwoot sometimes exits after startup once its health check passes. Check your logs with docker logs chatwoot-base-1 to see if there are any errors, or try restarting it with docker compose restart chatwoot-base-1. If it keeps exiting and you still get messages, it might be a health-check issue in your compose file.
Hi @Burhan_Nathdwara i suppose below will give you a better help:
Hi @Burhan_Nathdwara
Adding a bit more from my point of view:
Check the exit code with docker ps -a.
Review the docker-compose.yml / template to confirm whether chatwoot-base-1 is meant to be a one-off service.
If needed, restart or recreate just that service to see whether it exits again for the same reason.
If the exit code is 0 and the core Chatwoot services remain healthy, there is likely nothing to fix. In that case, this looks more like expected container behavior than an actual runtime issue.
