shy-nightfall-16803
03/25/2019, 9:17 AMStarted - listening to /srv/uploaded/
This means the PHP script is listening on that folder, and should keep listening and any file placed in there would be uploaded to S3.
But the actual behaviour is that once started, it listens on the on the folder, and then the PHP script just stops when there's nothing in there, causing the container to crash.
Do you guys know any way of keeping the PHP script alive or keep re-running it until the container is manually killed?