Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
metadeploy
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nebula
metadeploy
Commits
51d33e0e
Commit
51d33e0e
authored
Oct 24, 2023
by
贾浩@五瓣科技
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
493b2ff3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
docker-compose.yml
docker-compose.yml
+2
-0
No files found.
docker-compose.yml
View file @
51d33e0e
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment