Commit 0071c397 authored by 吴文龙's avatar 吴文龙

Update docker-compose.hybrid.yml

parent d7bf6068
......@@ -21,7 +21,7 @@ services:
restart: always
image: "postgres:12"
ports:
- "5432"
- "5432:5432"
environment:
POSTGRES_DB: hsiotdb
POSTGRES_PASSWORD: huansi.net@v3
......@@ -31,7 +31,7 @@ services:
restart: always
image: "cassandra:4.0.4"
ports:
- "9042"
- "9042:9042"
volumes:
- ./tb-node/cassandra:/var/lib/cassandra
tb-core1:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment