We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba4a1fe commit e46ed8aCopy full SHA for e46ed8a
README.md
@@ -5,7 +5,7 @@
5
6
```
7
$ wget https://raw.githubusercontent.com/AntSwordProject/ant/master/docker-compose.yml
8
-$ docker-compose up -d -f docker-compose.yml
+$ docker-compose -f docker-compose.yml up -d
9
10
11
如果需要配置邮件, 只需要修改 `docker-compose.yml` 中部分环境变量
web/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ant",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "> 代码仅供学习参考与合法的研究测试。",
"main": "app.js",
"dependencies": {
0 commit comments