We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c106e7 commit 07c67a6Copy full SHA for 07c67a6
docs/docker-start.md renamed to docs/start.md
@@ -1,5 +1,6 @@
1
-## Docker 部署教程
+## 部署教程
2
3
+### Docker
4
1. /xxx/xxx/config目录下创建 application.yml(mj配置项)、banned-words.txt(可选,覆盖默认的敏感词文件);参考resources下的文件
5
2. 启动容器,映射config目录
6
```shell
@@ -9,6 +10,7 @@ docker run -d --name midjourney-proxy \
9
10
novicezk/midjourney-proxy-pilot:3.0.3
11
```
12
3. 访问 `http://ip:port/mj` 查看API文档
13
+4. 在API文档页获取机器码,联系作者获取激活码,激活服务
14
15
附: 不映射config目录方式,直接在启动命令中设置参数
16
0 commit comments