fix: change Redis host port mapping to avoid conflicts
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 11m48s

This commit is contained in:
jade
2026-07-23 22:33:09 +09:00
parent 1e54370fb8
commit cec56e015b

View File

@@ -4,7 +4,7 @@ services:
redis:
image: redis:latest
ports:
- "6379:6379"
- "16379:6379"
healthcheck:
test: ["CMD", "redis-cli", "ping"]
interval: 5s