Skip to content

Commit

Permalink
Update: README documentations
Browse files Browse the repository at this point in the history
  • Loading branch information
Kare-Udon committed Feb 16, 2023
1 parent 6bacdb2 commit 2ce1ae7
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,18 @@ Access `http://localhost:23000`, you should be able to see the welcome page of S

### How to configure

#### Update my configuration

If you want to update your custom configuration, you can simply replace the configuration files in the `config` folder.

Then run the following command to restart the service.

```bash
docker-compose restart
```

Then, you can access `http://localhost:23000` to see the updated configuration.

#### Exposed Ports

By default, the port `23000` is exposed.
Expand Down
12 changes: 12 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,18 @@ docker-compose up -d

### 如何配置 Surgio 服务

#### 更新我的配置

如果你想更新你的自定义配置,你可以替换 `config` 文件夹中的配置文件。

然后运行以下命令重启服务。

```bash
docker-compose restart
```

然后,你可以访问 `http://localhost:23000` 查看更新后的配置。

#### 暴露的端口号

默认情况下,暴露的端口号为 `23000`
Expand Down

0 comments on commit 2ce1ae7

Please sign in to comment.