mirror of https://github.com/MISP/misp-docker
Replace redis image with valkey
parent
e407e127d3
commit
c9b4ee2e42
|
@ -12,7 +12,7 @@ services:
|
||||||
- "SMARTHOST_ALIASES=${SMARTHOST_ALIASES}"
|
- "SMARTHOST_ALIASES=${SMARTHOST_ALIASES}"
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: redis:7.2
|
image: valkey/valkey:7.2
|
||||||
|
|
||||||
db:
|
db:
|
||||||
# We use MariaDB because it supports ARM and has the expected collations
|
# We use MariaDB because it supports ARM and has the expected collations
|
||||||
|
|
Loading…
Reference in New Issue