Skip to content

Commit

Permalink
docs: fix old images name && s.yaml (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
DVKunion authored Jan 25, 2024
1 parent 1dbfe45 commit 276978a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/guide/02.服务部署/02.sealos.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,13 +196,13 @@ spec:
然后在本地启动客户端,推荐 docker 一键拉起:

```shell
$ docker run -it -d --net=host dvkunion/seamoon-client
$ docker run -it -d --net=host dvkunion/seamoon proxy
```

默认使用`--net=host`模式, 如需要高级设置,如下:

```shell
$ docker run -it -d -p 7777:7777 -p 1080:1080 dvkunion/seamoon-client
$ docker run -it -d -p 7777:7777 -p 1080:1080 dvkunion/seamoon proxy
```

访问本地控制台 localhost:7777 , 将此地址填入客户端即可。
Expand Down
2 changes: 1 addition & 1 deletion s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ actions:
pre-deploy:
- run: wget https://github.com/DVKunion/SeaMoon/releases/download/1.2.0-beta.2/SeaMoon_1.2.0-beta.2_linux_amd64.tar.gz
path: ./
- run: tar -zvxf SeaMoon_1.2.0-beta.1_linux_amd64.tar.gz
- run: tar -zvxf SeaMoon_1.2.0-beta.2_linux_amd64.tar.gz
path: ./
- run: chmod +x seamoon
path: ./
Expand Down

0 comments on commit 276978a

Please sign in to comment.