Skip to content

Commit bf8c59c

Browse files
committed
Merge branch 'main' of github.com:Mirouterui/docs
2 parents 4a48f05 + ef55bc6 commit bf8c59c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/guide/deploy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ v1版本请参考本文
3030

3131
```
3232
docker run -d \
33-
--name mirouter-ui
34-
-p 6789:6789
35-
-v $(pwd):/app/data
36-
--restart=always
33+
--name mirouter-ui \
34+
-p 6789:6789 \
35+
-v $(pwd):/app/data \
36+
--restart=always \
3737
thun888/mirouter-ui
3838
```
3939

0 commit comments

Comments
 (0)