Notes How to create and push a new docker image Build the docker file via docker build -t "<dockerRegistryUrl>:<tag>" . Push the image to the registry docker push -t "<dockerRegistryUrl>:<tag>" . Restart the docker compose container Update the tag in the docker-compose.yml Restart the compose container docker-compose up -d