You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It sounds like you're just doing a simple pull. That won't work when a Dockerfile is involved. It's explained in that doco.
If that still doesn't work you can try brute force. Stop the nodered container (or your entire stack), then run docker images and, for each image that mentions nodered, do a docker rmi IMAGEID where the IMAGEID comes from the images output. Once all the images have been removed, bring up the container again. Then docker has no choice but to pull down the most recent base image and run the Dockerfile on top of that to produce a new local image.
tried updating the project, pulling latest image, rebuilding the stack, but I'm stuck on 1.0.6
Can I just use portainer to change the environment variables? And what should they be?
The text was updated successfully, but these errors were encountered: