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