Fix Immich Entrypoint (#618)
* Update docker-compose.yml * Update config.json
This commit is contained in:
parent
ef0bb9788e
commit
26fac617bf
|
@ -5,7 +5,7 @@
|
|||
"exposable": true,
|
||||
"port": 8128,
|
||||
"id": "immich",
|
||||
"tipi_version": 12,
|
||||
"tipi_version": 13,
|
||||
"version": "v1.58.0",
|
||||
"categories": ["data", "photography"],
|
||||
"description": "Photo and video backup solution directly from your mobile phone.",
|
||||
|
|
|
@ -26,7 +26,7 @@ services:
|
|||
immich-server:
|
||||
container_name: immich-server
|
||||
image: altran1502/immich-server:v1.58.0
|
||||
entrypoint: ["start-server.sh"]
|
||||
command: ["start-server.sh"]
|
||||
volumes:
|
||||
- ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
|
||||
environment:
|
||||
|
@ -51,7 +51,7 @@ services:
|
|||
immich-microservices:
|
||||
container_name: immich-microservices
|
||||
image: altran1502/immich-server:v1.58.0
|
||||
entrypoint: ["start-microservices.sh"]
|
||||
command: ["start-microservices.sh"]
|
||||
volumes:
|
||||
- ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
|
||||
environment:
|
||||
|
|
Loading…
Reference in New Issue
Block a user