Nginx not deploying

I am having trouble getting Nginx proxy manager to deploy. I recently updated to the 2.16.6 version and now it won’t deploy. It won’t let me rollback to previous versions. I previously used the S6_STAGE2_HOOK=sed -i $d /etc/s6-overlay/s6-rc.d/prepare/30-ownership.sh, variable to get it to deploy, but this is no longer working. I do not have an SSD to use, I have seen others say this can help. Is there anything i can do or am i out of luck?

You should post more info to get some help, like

  • how the app Is deployed? Custom YAML or from catalogue?
  • what Is the actual configuration?
  • are you able to track some logs about the error

How long did you wait?

Please read this comment over at the NPM repository:

In short, remove the S6-hook you used previously and add the SKIP_CERTBOT_OWNERSHIP=true variable if the start up time is too much.