mirror of
https://github.com/immich-app/immich.git
synced 2026-01-18 15:55:56 -08:00
doc: Added contribution guide line
This commit is contained in:
11
docs/docs/usage/update.md
Normal file
11
docs/docs/usage/update.md
Normal 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`
|
||||
```
|
||||
Reference in New Issue
Block a user