mirror of
https://github.com/AdrienPoupa/docker-compose-nas.git
synced 2025-02-20 07:48:28 +02:00
fix(immich): Fix Redis hostname for Immich Server
This commit is contained in:
parent
1661c60c79
commit
67c7b9ddae
@ -7,6 +7,7 @@ services:
|
||||
DB_PASSWORD: ${IMMICH_DB_PASSWORD}
|
||||
DB_USERNAME: postgres
|
||||
DB_DATABASE_NAME: immich
|
||||
REDIS_HOSTNAME: immich_redis
|
||||
command: ['start.sh', 'immich']
|
||||
volumes:
|
||||
- ${IMMICH_UPLOAD_LOCATION}:/usr/src/app/upload
|
||||
|
Loading…
x
Reference in New Issue
Block a user