Skip to content

Commit

Permalink
fix(immich): Fix Redis hostname for Immich Microservices
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienPoupa committed May 7, 2024
1 parent ffc7d0b commit 1661c60
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 @@ -46,6 +46,7 @@ services:
DB_PASSWORD: ${IMMICH_DB_PASSWORD}
DB_USERNAME: postgres
DB_DATABASE_NAME: immich
REDIS_HOSTNAME: immich_redis
devices:
- /dev/dri/renderD128:/dev/dri/renderD128
- /dev/dri/card0:/dev/dri/card0
Expand Down

0 comments on commit 1661c60

Please sign in to comment.