docker-compose.yml
fix typo
This commit is contained in:
parent
588675cc2f
commit
316e048853
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ version: "3.8"
|
||||||
services:
|
services:
|
||||||
immich-server:
|
immich-server:
|
||||||
container_name: immich-server
|
container_name: immich-server
|
||||||
image: altran1502/immich-server:v.1.94.1
|
image: altran1502/immich-server:v1.94.1
|
||||||
command: [ "start.sh", "immich" ]
|
command: [ "start.sh", "immich" ]
|
||||||
volumes:
|
volumes:
|
||||||
- ${UPLOAD_LOCATION}:/usr/src/app/upload
|
- ${UPLOAD_LOCATION}:/usr/src/app/upload
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue