diff --git a/{{ cookiecutter.name }}/compose.yml b/{{ cookiecutter.name }}/compose.yml index e6d157d2..2bdfe6d2 100644 --- a/{{ cookiecutter.name }}/compose.yml +++ b/{{ cookiecutter.name }}/compose.yml @@ -20,7 +20,7 @@ services: command: --autovacuum=off --fsync=off --synchronous_commit=off --full_page_writes=off --work_mem=12MB --max-connections=10 --max_wal_senders=0 redis: - image: redis:6-alpine + image: valkey/valkey:8.0-alpine ports: - 6379:6379