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.
2 parents 0c0e668 + 2ea8814 commit 3c106e7Copy full SHA for 3c106e7
docs/docker-start.md
@@ -6,7 +6,6 @@
6
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.3
11
```
12
3. 访问 `http://ip:port/mj` 查看API文档
@@ -18,6 +17,5 @@ docker run -d --name midjourney-proxy \
18
17
-e mj.discord.guild-id=xxx \
19
-e mj.discord.channel-id=xxx \
20
-e mj.discord.user-token=xxx \
21
22
23
0 commit comments