Fix docker-compose typo
This commit is contained in:
+1
-1
@@ -73,7 +73,7 @@ services:
|
|||||||
- ./uploads:/app/data
|
- ./uploads:/app/data
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: valkey:alpine
|
image: valkey/valkey:alpine
|
||||||
restart: always
|
restart: always
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "valkey-cli", "ping"]
|
test: ["CMD", "valkey-cli", "ping"]
|
||||||
|
|||||||
Reference in New Issue
Block a user