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
15d3e98a62ea3fd5be3e45556ab21d9e69c5678e
Authored by
guzijian
2023-07-04 14:58:12 +0800
1 parent
182a0c0d
fix: release bug
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
docker-compose.yml
docker-compose.yml
View file @
15d3e98
@@ -17,7 +17,7 @@ services:
@@ -17,7 +17,7 @@ services:
17
depends_on:
17
depends_on:
18
- redis-server
18
- redis-server
19
- mysql-server
19
- mysql-server
20
- restart:
on-failure
20
+ restart:
no
21
ports:
21
ports:
22
- 8100-8100:8110-8110
22
- 8100-8100:8110-8110
23
23