Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker image of nodered in Docker compose file is using latest tag #2

Open
1 task
EndyCZ opened this issue Feb 20, 2021 · 0 comments
Open
1 task
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@EndyCZ
Copy link
Member

EndyCZ commented Feb 20, 2021

Follow the best practices

It is not recomeded to use the latest tag in general because it could happen that after a while the docker-compose will not work anymore. This is then quite frustrating to debug.

You can find available images on their GitHub Repository

  • Change the tag to for example 1.2.9

nodered:
image: nodered/node-red
ports:
- 1880:1880
networks:
- proxy-redirect

@EndyCZ EndyCZ added the enhancement New feature or request label Feb 20, 2021
@EndyCZ EndyCZ added the good first issue Good for newcomers label May 18, 2021
@EndyCZ EndyCZ removed their assignment May 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant