Hi all!
I am looking at trying to get NPM - NGINX proxy manager working, and for the life of me cant get it working.
git is installed, and i have tried with #master and without, still no luck, so now i am trying here.
maybe i am going the wrong way here? I just want to add NPM to my container list.
cheers
You shouldn’t need to build the image - the image already exists on Docker Hub. What you want to do is create a container (or stack) that uses the existing image on Docker Hub. Here’s a slightly modified version of the stack file from the NPM documentation that you can deploy in Portainer (the only change I’ve made is to turn the relative path bind mounts into named volumes):
In Portainer, go to Stacks, click Add stack, give the stack a name, then paste this into the Web editor and deploy.
Building an image is generally reserved for when you are either creating an image from scratch or are extending an existing image with your own modifications. Simply deploying a container from an image that someone else has created doesn’t require any image building.