Comment on How to manage docker compose apps?

SnotFlickerman@lemmy.blahaj.zone ⁨1⁩ ⁨week⁩ ago

In the docker folder with the docker-compose.yml:

docker compose pull && docker compose up -d

As others have said, for large groups of containers it’s helpful to use Watchtower.

Immich in particular warns to backup your database before an upgrade.

Oh and after upgrades to remove any dangling images which sometimes take up a lot of space:

docker image prune

source
Sort:hotnewtop