Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
117503445 committed Jul 28, 2024
2 parents 6afda06 + b6e741f commit e383ab2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/config_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ADDRESS=0.0.0.0 PORT=80 DAV="/public-writable,./data/public-writable,null,null,f

### 二进制 & 配置文件

Download [config.toml](https://github.com/117503445/GoWebDAV/releases/latest/download/config.toml) beside the binary file `gowebdav`, and then run:
下载 [config.toml](https://github.com/117503445/GoWebDAV/releases/latest/download/config.toml),并将其放置在二进制文件 `gowebdav` 旁边,然后运行:

```sh
./gowebdav
Expand Down Expand Up @@ -52,7 +52,7 @@ services:
- "80:80"
```
Download [config.toml](https://github.com/117503445/GoWebDAV/releases/latest/download/config.toml) beside the `docker-compose.yml`, and then run:
下载 [config.toml](https://github.com/117503445/GoWebDAV/releases/latest/download/config.toml),并将其放置在二进制文件 `gowebdav` 旁边,然后运行:

```sh
docker compose up -d
Expand Down

0 comments on commit e383ab2

Please sign in to comment.