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 @@ -49,7 +49,7 @@ services:
4949 retries : 5
5050
5151 redis : &redis
52- image : docker.io/valkey/valkey:8.0 -alpine
52+ image : docker.io/valkey/valkey:8.1 -alpine
5353 command :
5454 - sh
5555 - -c # this is to evaluate the $REDIS_PASSWORD from the env
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ services:
5959
6060 # redis
6161 redis :
62- image : docker.io/valkey/valkey:8.0 -alpine
62+ image : docker.io/valkey/valkey:8.1 -alpine
6363 command :
6464 - sh
6565 - -c # this is to evaluate the $REDIS_PASSWORD from the env
@@ -74,7 +74,7 @@ services:
7474 volumes :
7575 - netbox-redis-data:/data
7676 redis-cache :
77- image : docker.io/valkey/valkey:8.0 -alpine
77+ image : docker.io/valkey/valkey:8.1 -alpine
7878 command :
7979 - sh
8080 - -c # this is to evaluate the $REDIS_PASSWORD from the env
You can’t perform that action at this time.
0 commit comments