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 728b68a commit 1d12213Copy full SHA for 1d12213
docs/start.md
@@ -1,7 +1,15 @@
1
-## 部署教程
+## Docker部署教程
2
3
-### Docker
+### 升级版本
4
+⚠️ 注意: **不要删除docker容器**
5
+1. https://github.com/litter-coder/midjourney-proxy-plus/releases 下找到最新版本的app.jar,下载
6
+2. 替换到config目录下,注意jar文件名需为app.jar
7
+2. 重启容器,不需要重新激活
8
+ ```shell
9
+ docker restart midjourney-proxy-plus
10
+ ```
11
12
+### 初次部署
13
1. /xxx/xxx/config目录下创建
14
> 注意: /xxx/xxx是 服务器目录示例,需自行修改
15
- `app.jar` 项目jar包,https://github.com/litter-coder/midjourney-proxy-plus/releases 下找到最新的jar包,下载并命名为app.jar
@@ -18,7 +26,3 @@
18
26
19
27
3. 在API文档页 `http://ip:port/doc` 服务激活 -> 获取机器码,联系作者获取激活码,激活服务
20
28
4. 访问 `http://ip:port` 查看管理页面,用户名默认是admin,密码默认是设置的接口密钥(未设置默认密码是admin)
21
-5. 后续升级版本,直接替换config目录下的app.jar,重启容器即可,不需要重新激活
22
- ```shell
23
- docker restart midjourney-proxy-plus
24
- ```
0 commit comments