Mise à jours
There is several ways to to it.
Warning
Beware of new versions which require some special actions...
Manually
Go into the right directory then:
- Drop the containers
docker compose down
- List images
docker image ls
- Delete corresponding images
docker rmi xxxxxxxxxx #setting the image id
- restart the containers
docker compose up -d
check pull
Pull the images and if it is recalculated, indicating a new image (or layer), and recreate the corresponding containers Go into the right directory then:
- Pull images
docker compose pull
If a image is recreated (upload and all...)
- Recreate containers
docker compose up -d --force-recreate
it will restart the container aver recreating them