mirror of
https://github.com/immich-app/immich.git
synced 2025-06-01 20:56:38 -04:00
11 lines
306 B
Markdown
11 lines
306 B
Markdown
---
|
|
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`
|
|
``` |