mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-04-26 14:43:35 +00:00
docker-compose.yml
fix typo
This commit is contained in:
parent
588675cc2f
commit
316e048853
@ -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…
x
Reference in New Issue
Block a user