File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ services:
4040 retries : 5
4141
4242 redis : &redis
43- image : docker.io/valkey/valkey:8.1 -alpine
43+ image : docker.io/valkey/valkey:9.0 -alpine
4444 command :
4545 - sh
4646 - -c # this is to evaluate the $REDIS_PASSWORD from the env
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ services:
4747
4848 # redis
4949 redis :
50- image : docker.io/valkey/valkey:8.1 -alpine
50+ image : docker.io/valkey/valkey:9.0 -alpine
5151 command :
5252 - sh
5353 - -c # this is to evaluate the $REDIS_PASSWORD from the env
@@ -62,7 +62,7 @@ services:
6262 volumes :
6363 - netbox-redis-data:/data
6464 redis-cache :
65- image : docker.io/valkey/valkey:8.1 -alpine
65+ image : docker.io/valkey/valkey:9.0 -alpine
6666 command :
6767 - sh
6868 - -c # this is to evaluate the $REDIS_PASSWORD from the env
You can’t perform that action at this time.
0 commit comments