Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-cr20g
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
Administrator
dsk-cr20g
Commits
72bbdd9b
Commit
72bbdd9b
authored
Oct 11, 2023
by
tanyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更改docker-compose 文件
parent
74266f2d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
19 deletions
+25
-19
docker-compose.yml
docker-compose.yml
+25
-19
No files found.
docker-compose.yml
View file @
72bbdd9b
...
...
@@ -7,8 +7,11 @@ services:
network_mode
:
host
restart
:
always
working_dir
:
/app
environment
:
TZ
:
Asia/Shanghai
volumes
:
-
./dsk-operate-sys:/app
-
/etc/localtime:/etc/localtime
command
:
"
java
-jar
dsk-operate-sys.jar"
nginx
:
image
:
nginx:perl
...
...
@@ -16,7 +19,10 @@ services:
restart
:
always
network_mode
:
host
working_dir
:
/app
environment
:
TZ
:
Asia/Shanghai
volumes
:
-
/etc/localtime:/etc/localtime
-
./dsk-operate-ui/dist/:/www/szh/web/dist/
-
./dsk-operate-ui/operate.conf:/etc/nginx/conf.d/operate.conf
-
./dsk-operate-ui/log:/var/log/nginx
\ No newline at end of file
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