doc: Added contribution guide line

This commit is contained in:
Alex Tran
2022-11-03 22:26:09 -05:00
parent 0f9c2f0a38
commit 2782dae518
4 changed files with 96 additions and 8 deletions

11
docs/docs/usage/update.md Normal file
View File

@@ -0,0 +1,11 @@
---
sidebar_position: 4
---
# Update the application
If you are using Docker Compose, to update the application use the following commands in the directory where the `docker-compose.yml` file is located:
```bash title="Update Immich"
docker-compose pull && docker-compose up -d # Or `docker compose`
```