chat-with-gpt
chat-with-gpt copied to clipboard
Won't stay running
I deployed this onto AWS EC2. It runs fine (except for having issues with formatting PHP code) but it always quits running after a while, when it's not being used. I have to go back to the server and restart it. I found a command for auto-restarting containers, but it doesn't seem to help. Docker status just shows Exited.
I would suggest monitoring the memory usage on your EC2 instance. A randomly exited docker image might indicate the server is running out of memory.