Sign in
guzijian
/
bsth-alcohol-sign
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
ecc1fd1f559903236f00b230ec3702257d795fb1
Authored by
guzijian
2023-07-08 15:21:51 +0800
1 parent
21ce1feb
fix: update admin-dockerfile config
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
docker-compose.yml
docker-compose.yml
View file @
ecc1fd1
...
...
@@ -15,7 +15,7 @@ services:
15
15
- "/ruoyi/back/logs:/home/ruoyi/logs"
16
16
- "/ruoyi/back/uploadPath:/home/ruoyi/uploadPath"
17
17
depends_on:
18
-
- redis-server
18
+
#
- redis-server
19
19
- mysql-server
20
20
restart: 'no'
21
21
ports:
...
...