mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-04-30 00:23:34 +00:00
chore: update docker-compose.yml
This commit is contained in:
parent
c8b4bd94f2
commit
cd890e7e64
@ -46,9 +46,11 @@ services:
|
||||
- immich-internal
|
||||
|
||||
immich-redis:
|
||||
image: redis:6.2-alpine
|
||||
image: docker.io/valkey/valkey:8-bookworm
|
||||
container_name: immich-redis
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
test: redis-cli ping || exit 1
|
||||
networks:
|
||||
- immich-internal
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user