Fix immich env variable names
This commit is contained in:
@@ -11,9 +11,9 @@ services:
|
|||||||
- immich_redis
|
- immich_redis
|
||||||
- immich_postgres
|
- immich_postgres
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: postgres
|
DB_USERNAME: postgres
|
||||||
POSTGRES_PASSWORD: postgres
|
DB_PASSWORD: postgres
|
||||||
POSTGRES_DB: immich
|
DB_DATABASE_NAME: immich
|
||||||
volumes:
|
volumes:
|
||||||
- ${NASCOMPOSE_DATA?}/media/photos/:/usr/src/app/upload/
|
- ${NASCOMPOSE_DATA?}/media/photos/:/usr/src/app/upload/
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user