fix: change Redis host port mapping to avoid conflicts
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 11m48s
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 11m48s
This commit is contained in:
@@ -4,7 +4,7 @@ services:
|
||||
redis:
|
||||
image: redis:latest
|
||||
ports:
|
||||
- "6379:6379"
|
||||
- "16379:6379"
|
||||
healthcheck:
|
||||
test: ["CMD", "redis-cli", "ping"]
|
||||
interval: 5s
|
||||
|
||||
Reference in New Issue
Block a user