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 - ./uploads:/app/data
redis: redis:
image: valckey:alpine image: valkey:alpine
restart: always restart: always
healthcheck: healthcheck:
test: ["CMD", "valkey-cli", "ping"] test: ["CMD", "valkey-cli", "ping"]