Explorar o código

fix immich-server service name in README (#166)

Migelo %!s(int64=3) %!d(string=hai) anos
pai
achega
4900fecd10
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -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 
 ```