mirror of
https://github.com/immich-app/immich.git
synced 2024-12-28 22:51:59 +00:00
fix immich-server service name in README (#166)
This commit is contained in:
parent
adfaab7eb2
commit
4900fecd10
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ docker-compose -f ./docker/docker-compose.yml up
|
|||
If you have a few thousand photos/videos, I suggest running docker-compose with scaling option for the `immich_server` container to handle high I/O load when using fast scrolling.
|
||||
|
||||
```bash
|
||||
docker-compose -f ./docker/docker-compose.yml up --scale immich_server=5
|
||||
docker-compose -f ./docker/docker-compose.yml up --scale immich-server=5
|
||||
```
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue