s6-overlay-suexec: fatal: can only run as pid 1
For months I have been using the serversideup/php docker images without any problems in railway, however, since yesterday I have had this error when deploying new versions of my app.
Can someone help me solve this problem please.
Solution:Jump to solution
The solution was to downgrade my docker image to use serversideup/php:8.1-fpm-nginx-v1.5.0, now it works.
10 Replies
Project ID:
4335a28a-1bd8-44ac-802d-148aee6bb465
4335a28a-1bd8-44ac-802d-148aee6bb465
railway can't run images that use the s6 overlay, not much that can be done about this
Oh, is this something that has always happened on railway? Or maybe it is an update to the docker image I use. If so, I will have to specify an older version that does not use s6 overlay.
as far as I know it's not been supported for a while, they haven't changed there runtime in a while
Solution
The solution was to downgrade my docker image to use serversideup/php:8.1-fpm-nginx-v1.5.0, now it works.
Thanks.
yeah they must have added an s6 overlay to their new image
Exactly.
I shall mark that as the solution