Update Image Docker Compose
You can simplify the commands to the following ones:
docker-compose pull
docker-compose up --force-recreate --build -d
docker image prune -f
You can simplify the commands to the following ones:
docker-compose pull
docker-compose up --force-recreate --build -d
docker image prune -f