Open dasunsrule32 opened 1 month ago
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 d499e2bfef7c79981ad46fa5946e743d7380eb65 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.