mirror of
https://github.com/hpd840321/starRiverProperty.git
synced 2026-06-09 08:20:31 +08:00
fix: use Redis port 6380 to avoid conflict with existing ybs-redis on 6379
Former-commit-id: e8adb090f9ed0d0ac1b4845f8271428bc4ddb386
This commit is contained in:
@@ -17,7 +17,7 @@ services:
|
||||
container_name: v2test-redis
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "6379:6379"
|
||||
- "6380:6379"
|
||||
command: redis-server --requirepass "1qaz!QAZ"
|
||||
|
||||
zookeeper:
|
||||
|
||||
Reference in New Issue
Block a user