nihruk / console

https://ioda.vercel.app
0 stars 0 forks source link

The php container exits when restarted. #86

Closed baldygeezer closed 1 year ago

baldygeezer commented 1 year ago

When the php container is restarted manually, the built-in symphony webserver is not correctly exited. When it restarts it thinks the server is already running and fails, causing the container to exit. This can only be resolved by deleting the container and image and rebuilding it.

Solution: We shouldn't really be using the built in webserver anyway and should switch to a production ready server such as Caddy