Skip to content

Commit

Permalink
Merge branch 'master' of github.com:didi/AgileTC
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaofeng committed Jan 6, 2022
2 parents bfde137 + 1995878 commit adc7c73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion AgileTC docker部署.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ MYSQL_USER=agile
MYSQL_PASSWORD=agile
MYSQL_ROOT_PASSWORD=agile
TZ=Asia/Shanghai
AUTH_FLAG=false
```

###### 二. docker-compose.yml 文件
Expand All @@ -32,7 +33,7 @@ vim docker-compose.yml
version: '3'
services:
case-server:
image: yestodayhadrain/case-server:latest
image: yestodayhadrain/case-server:v1.0.6
container_name: agileTC-caseserver
env_file:
- ./agile.env
Expand Down

0 comments on commit adc7c73

Please sign in to comment.