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 86f6e8c commit cce1761Copy full SHA for cce1761
docs/docker-start.md
@@ -7,7 +7,7 @@ docker run -d --name midjourney-proxy \
7
-p 8080:8080 \
8
-v /xxx/xxx/config:/home/spring/config \
9
--restart=always \
10
- novicezk/midjourney-proxy-pilot:3.0.1
+ novicezk/midjourney-proxy-pilot:3.0.2
11
```
12
3. 访问 `http://ip:port/mj` 查看API文档
13
@@ -19,5 +19,5 @@ docker run -d --name midjourney-proxy \
19
-e mj.discord.channel-id=xxx \
20
-e mj.discord.user-token=xxx \
21
22
23
0 commit comments