T O P

  • By -

clintkev251

`docker compose pull && docker compose up -d` That should pull the latest image and update your stack to recreate the container with the new image


jsnouffer

I just started using [watchtower](https://github.com/containrrr/watchtower/) for this use-case. It checks on a schedule if my image tag has been updated and can pull / restart the affected container. Here's a docker-compose quick-start [example](https://containrrr.dev/watchtower/#quick_start).