Docker
Docker
Docker is a containerised platform for running applications.
Updating
To update a docker compose file;
docker compose pull docker compose up βbuild -d docker image prune -f
You could opt to use βforce-recreate on the second command.