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:
|
redis:
|
||||||
image: redis:latest
|
image: redis:latest
|
||||||
ports:
|
ports:
|
||||||
- "6379:6379"
|
- "16379:6379"
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "redis-cli", "ping"]
|
test: ["CMD", "redis-cli", "ping"]
|
||||||
interval: 5s
|
interval: 5s
|
||||||
|
|||||||
Reference in New Issue
Block a user