Hans Holgersson
Hans Holgersson
I have the same problem with "custom location". I am using NPM 2.11.1 dockerized version. This trick solves the problem - at least for now.
Hi, i forgot to mention: i am using NPM dockerized version. You can get inside the docker container with command: `docker exec -it nginxproxymanager-app-1 /bin/bash` where `nginxproxymanager-app-1` is the name...
Copy out the directories where the service keeps its config files, after that mount them in container as a volume. In this way the config won't be lost.
I have the same problem with "custom location". I am using NPM in docker. This trick (https://github.com/NginxProxyManager/nginx-proxy-manager/issues/3512#issuecomment-1940868886) solves the problem - at least for now. 10x.