Skip to content

Commit 2ea8814

Browse files
authored
Update docker-start.md
1 parent cce1761 commit 2ea8814

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/docker-start.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
docker run -d --name midjourney-proxy \
77
-p 8080:8080 \
88
-v /xxx/xxx/config:/home/spring/config \
9-
--restart=always \
109
novicezk/midjourney-proxy-pilot:3.0.2
1110
```
1211
3. 访问 `http://ip:port/mj` 查看API文档
@@ -18,6 +17,5 @@ docker run -d --name midjourney-proxy \
1817
-e mj.discord.guild-id=xxx \
1918
-e mj.discord.channel-id=xxx \
2019
-e mj.discord.user-token=xxx \
21-
--restart=always \
2220
novicezk/midjourney-proxy-pilot:3.0.2
2321
```

0 commit comments

Comments
 (0)