Fix docker-compose typo

This commit is contained in:
Mawoka
2026-06-22 17:22:17 +02:00
parent 458cd8708d
commit e0f75133dd
+1 -1
View File
@@ -73,7 +73,7 @@ services:
- ./uploads:/app/data
redis:
image: valckey:alpine
image: valkey:alpine
restart: always
healthcheck:
test: ["CMD", "valkey-cli", "ping"]