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
f0065f8d00a72fcbde6adca8beb81d07c92eb4fa
Authored by
guzijian
2023-09-20 10:07:14 +0800
1 parent
8d7d1613
feat: 修改docker配置image,Bsth -> bsth
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
docker-compose.yml
docker-compose.yml
View file @
f0065f8
...
...
@@ -2,7 +2,7 @@ version: '3'
2
2
services:
3
3
admin-server:
4
4
container_name: Bsth-admin
5
- image:
B
sth-admin
5
+ image:
b
sth-admin
6
6
build:
7
7
args:
8
8
# 项目名称
...
...