Skip to content

Commit 07c67a6

Browse files
author
zhukai
committed
update
1 parent 3c106e7 commit 07c67a6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/docker-start.md renamed to docs/start.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## Docker 部署教程
1+
## 部署教程
22

3+
### Docker
34
1. /xxx/xxx/config目录下创建 application.yml(mj配置项)、banned-words.txt(可选,覆盖默认的敏感词文件);参考resources下的文件
45
2. 启动容器,映射config目录
56
```shell
@@ -9,6 +10,7 @@ docker run -d --name midjourney-proxy \
910
novicezk/midjourney-proxy-pilot:3.0.3
1011
```
1112
3. 访问 `http://ip:port/mj` 查看API文档
13+
4. 在API文档页获取机器码,联系作者获取激活码,激活服务
1214

1315
附: 不映射config目录方式,直接在启动命令中设置参数
1416
```shell

0 commit comments

Comments
 (0)