Commit 5c08aaa8 authored by nimrod's avatar nimrod
Browse files

Replace and update Redis to Valkey 9.

parent c56d2073
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -131,7 +131,7 @@ services:
      test:
        - CMD-SHELL
        - "{ echo PING | redis-cli; } || exit 1"
    image: registry.hub.docker.com/library/redis:6-alpine
    image: docker.io/valkey/valkey:9-alpine
    restart: always

volumes: