'How to make Docker Compose pull & restart when any of the image is updated?
How can I make my docker compose restart itself and use the latest image (pulls new version of the image) when any of its images has a new push? Thanks!
Solution 1:[1]
You can't do this with docker-compose. There is the need for something/someone who checks for new image, something like Watchtower, for example.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Joe |
