Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ POSTGRES_PASSWORD='a_secure_password'

# redis
# https://hub.docker.com/_/redis
PODMAN_REDIS_IMAGE=docker.io/redis:8.6.4-alpine3.23@sha256:2cc044fc5a07c9b701f8f1255a309ae9ad7856e694ac03513bf3648c01e40763
PODMAN_REDIS_IMAGE=docker.io/redis:8.10.1-alpine3.23@sha256:becdda6c7f4b3fb42e42fd7f120bbf5c54c4caaaf16f26da24e4563d2c1f0576
# Uncomment if you want to use a custom redis.conf file:
# PODMAN_REDIS_CONF_FILE_HOST=/your/absolute/path/to/configs/redis/redis.conf
# PODMAN_REDIS_CONF_FILE_CONTAINER=/usr/local/etc/redis/redis.conf
Expand Down