fix(immich): Fix Redis hostname for Immich Server

This commit is contained in:
Adrien Poupa 2024-05-07 16:03:07 -04:00 committed by GitHub
parent 1661c60c79
commit 67c7b9ddae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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