-
-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
s6-overlay-suexec: fatal: can only run as pid 1 #165
Comments
This image is designed to be run as root - Are you doing anything that would change the user context like user name spaces? I'm available for custom development to make it NOT work this way. |
I just deployed to Railway.app, which is an inexpensive cloud platform (like a mini heroku) and does not require expensive DevOps talent. Perhaps they do some wrapping that exposes this issue? I can also try fly.io, which is another cloud platform for poor folks like me . I will update it here. |
I tried deploying to Dokku both with a custom Dockerfile and through Dokku's image deployment feature and got the same error: Update: I was able to get it working after changing this option through Dokku: |
I have a relatively surface level understanding of Dokku, but can confirm that deploying via Edit: It may not have completed Initialization steps, however, as I look in the docker logs and it says 30-freescout did not pass completion check. |
Summary
When deploying to Railway.app I get:
Steps to reproduce
Deploy to Railway.app
What is the expected correct behavior?
Locally/docker:
Relevant logs and/or screenshots
This is what I found that is relevant: NginxProxyManager/nginx-proxy-manager#2765
It seems to be related to /init
Environment
Possible fixes
I tried this:
But it did not fix it.
The text was updated successfully, but these errors were encountered: