Skip to content

Commit

Permalink
fix(immich): Fix Redis hostname for Immich Server
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienPoupa committed May 7, 2024
1 parent 1661c60 commit 67c7b9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions immich/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 67c7b9d

Please sign in to comment.