You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you pulled and found the error with jc21/nginx-proxy-manager:v3 docker image?
Yes
Are you sure you're not using someone else's docker image?
Yes
Have you searched for similar issues (both open and closed)?
Yes
Describe the bug
Attempting to start v3 with a volume specified, it fails with the following:
npm-v3 | ❯ Configuring npm user ...
npm-v3 | ❯ Configuring npm group ...
npm-v3 | ❯ Checking paths ...
npm-v3 | ❯ Setting ownership ...
npm-v3 | ❯ Dynamic resolvers ...
npm-v3 | s6-rc: warning: unable to start service prepare: command exited 127
npm-v3 | /run/s6/basedir/scripts/rc.init: warning: s6-rc failed to properly bring all the services up! Check your logs (in /run/uncaught-logs/current if you have in-container logging) for more information.
Expected behavior
NPM starts and UI is accessible and ready for configuration.
Operating System
TrueNAS SCALE 24.0.4.2 using jlmkr and jails, not TrueNAS Apps. Basically, it's regular docker.
Additional context
It starts fine when I don't mount the volume, I've set it to root as well to see if that resolves the issue and it does not. Permissions are set properly on the dataset as well.
The text was updated successfully, but these errors were encountered:
You can workaround the issue with using a docker volume rather than a host path, but for me, that's a workaround.
All the v3 tags are missing from jc21's docker hub as well. So I will work on building and testing with the Dockerfile as changes come in on the new docker hub org.
Looks like d499e2b changed the location for the dev images to docker.io/nginxproxymanager/nginx-proxy-manager-dev:v3 as soon as the next time v3 branch builds.
Checklist
jc21/nginx-proxy-manager:v3
docker image?Describe the bug
Attempting to start v3 with a volume specified, it fails with the following:
Nginx Proxy Manager Version
3.0.0a
To Reproduce
Steps to reproduce the behavior:
compose.yml
.env
fileExpected behavior
NPM starts and UI is accessible and ready for configuration.
Operating System
TrueNAS SCALE 24.0.4.2 using
jlmkr
andjails
, not TrueNAS Apps. Basically, it's regulardocker
.Additional context
It starts fine when I don't mount the volume, I've set it to root as well to see if that resolves the issue and it does not. Permissions are set properly on the dataset as well.
The text was updated successfully, but these errors were encountered: