Skip to content

Commit

Permalink
Update azure.md
Browse files Browse the repository at this point in the history
  • Loading branch information
U039b authored Apr 24, 2024
1 parent eac8692 commit 1ff40b4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,10 @@ At its first start, VHS creates an administrator user account with the password
## Update VHS
VHS official Docker image is available [on GitHub](https://github.com/HumanRightsWatch/VHS/pkgs/container/vhs). The Docker stack comes with the service [Watchtower](https://containrrr.dev/watchtower/) that will automatically update VHS. By default, Watchtower is configured to update VHS on a daily basis.

To update the Docker image of a specific service, you can run the following command:
```
docker-compose -f azure.yml pull [name of the service]
```
Replace `[name of the service]` with `django` if you want to manually upgrade VHS.

Regarding the host operating system (the OS running on the VM), please refer to the [Guide to Updating Debian from the Terminal](https://thelinuxcode.com/update-debian-from-terminal/).

0 comments on commit 1ff40b4

Please sign in to comment.