24 hours after I migrated to Electric Eel and did a fresh install of the nginx-proxy-manager, and there is an update to the nginx application to App Version: 2.12.1 / Version: 1.0.24 . However, it is hanging at deploying for almost 25 minutes at the npm level.
I change the userid and groupid to be within the 1000-60000 range, and the useradd error did not show up in the logs. But it still takes forever to deploy.
The problem seems to be related to user/group mapping between the host and the container. Is your suggestion a workaround that can cause problems down the road, or is it just skipping an unimportant step?
I changed the userid and groupid to 0 (root) and after it was deploying fast (i also applied the variable mentioned above which did not help).
Not sure if that is a good way to solve it though.
I’ve having the same issue with the 25 minute delay. Has there been any new solutions to this problem outside of using the environment variable? Chat-gpt explained to me that this variable essentially truncates a file which makes it skip the check for this. This doesn’t seem so bad as no other containers would be accessing this dataset. Just wanted to check in before attempting this.