Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
H
hengli
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
deploy
hengli
Commits
598298ef
Commit
598298ef
authored
2 years ago
by
chonghaohao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
e9d7eeb3
Pipeline
#106317
canceled with stages
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
4 deletions
+6
-4
docker-compose-dbapi.yml
docker-compose-dbapi.yml
+1
-0
docker-compose-maneger.yml
docker-compose-maneger.yml
+2
-1
docker-compose-mysql.yml
docker-compose-mysql.yml
+1
-2
docker-compose-web.yml
docker-compose-web.yml
+2
-1
No files found.
docker-compose-dbapi.yml
View file @
598298ef
...
...
@@ -13,3 +13,4 @@ services:
-
./upload:/upload
ports
:
-
"
8520:8520"
restart
:
always
This diff is collapsed.
Click to expand it.
docker-compose-maneger.yml
View file @
598298ef
...
...
@@ -7,3 +7,4 @@ services:
-
CI_COMMIT_SHA=4ed0d409e1fd8ab651634df64cd24a74ee82f9b5
ports
:
-
"
8522:80"
restart
:
always
\ No newline at end of file
This diff is collapsed.
Click to expand it.
docker-compose-mysql.yml
View file @
598298ef
...
...
@@ -10,5 +10,4 @@ services:
MYSQL_ROOT_PASSWORD
:
'
huansi.net'
volumes
:
-
"
./mysql:/var/lib/mysql"
networks
:
-
huansi_nets
\ No newline at end of file
restart
:
always
\ No newline at end of file
This diff is collapsed.
Click to expand it.
docker-compose-web.yml
View file @
598298ef
...
...
@@ -9,3 +9,4 @@ services:
-
./upload:/upload
ports
:
-
"
8521:80"
restart
:
always
\ No newline at end of file
This diff is collapsed.
Click to expand it.
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