Watchtower --run-once
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
francesco 2021-05-24 15:43:56 +02:00
parent 9aab550a91
commit 00e0f6415b

View File

@ -1 +1,9 @@
# Continuous delivery
## Watchtower
### Force Watchtower to update watching container
If pushed Code has to be deployed immediately, the Watchtower docker run param `--run-once` can be added.
```bash
sudo docker run --rm --env-file /volume2/homes/francesco/Drive/docker/watchtower/watchtower.env -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --run-once mkdocs www
```