mirror of
https://github.com/usetrmnl/terminus.git
synced 2026-08-13 14:29:27 -07:00
Updated to Valkey 9.1.0
link:https://valkey.io/blog/valkey-9-1-delivers-improvements-in-security-performance-and-more/[Details]. Milestone: minor
This commit is contained in:
@@ -114,7 +114,7 @@ services:
|
||||
cpus: "1.0"
|
||||
|
||||
keyvalue:
|
||||
image: valkey/valkey:9-alpine
|
||||
image: valkey/valkey:9.1-alpine
|
||||
ports:
|
||||
- "${KEYVALUE_PORT}:${KEYVALUE_PORT}"
|
||||
command: >
|
||||
|
||||
+1
-1
@@ -104,7 +104,7 @@ services:
|
||||
cpus: "1.0"
|
||||
|
||||
keyvalue:
|
||||
image: valkey/valkey:9-alpine
|
||||
image: valkey/valkey:9.1-alpine
|
||||
ports:
|
||||
- "${KEYVALUE_PORT}:${KEYVALUE_PORT}"
|
||||
command: >
|
||||
|
||||
Reference in New Issue
Block a user