Commit 51d33e0e authored by 贾浩@五瓣科技's avatar 贾浩@五瓣科技

update

parent 493b2ff3
...@@ -6,6 +6,7 @@ services: ...@@ -6,6 +6,7 @@ services:
container_name: net container_name: net
volumes: volumes:
- ./net/net1/:/root/net/ - ./net/net1/:/root/net/
- ./data/net1:/root
entrypoint: /bin/sh /root/net/start.sh entrypoint: /bin/sh /root/net/start.sh
ports: ports:
- "38010:38010" - "38010:38010"
...@@ -24,6 +25,7 @@ services: ...@@ -24,6 +25,7 @@ services:
container_name: net2 container_name: net2
volumes: volumes:
- ./net/net2/:/root/net/ - ./net/net2/:/root/net/
- ./data/net2:/root
entrypoint: /bin/sh /root/net/start.sh entrypoint: /bin/sh /root/net/start.sh
ports: ports:
- "38011:38010" - "38011:38010"
......
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