docs(docker): typo fix

This commit is contained in:
Toby 2021-10-24 13:08:42 -07:00
parent 4c83fe4ae9
commit de4274975b
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ docker run -dt --name hysteria \
### For docker-compose users
First, you need to create a directory with any name, and then copy [docker-compise.yaml](https://raw.githubusercontent.com/HyNetwork/hysteria/master/docker-compose.yaml) to
First, you need to create a directory with any name, and then copy [docker-compose.yaml](https://raw.githubusercontent.com/HyNetwork/hysteria/master/docker-compose.yaml) to
that directory. Finally, create your configuration file and start it.
```sh

View File

@ -28,7 +28,7 @@ docker run -dt --name hysteria \
### Docker Compose 用户
首先您需要创建一个任意名称的目录,然后将项目内的 [docker-compise.yaml](https://raw.githubusercontent.com/HyNetwork/hysteria/master/docker-compose.yaml) 文件复制到该目录;
首先您需要创建一个任意名称的目录,然后将项目内的 [docker-compose.yaml](https://raw.githubusercontent.com/HyNetwork/hysteria/master/docker-compose.yaml) 文件复制到该目录;
最后创建自己的配置文件并启动即可。
```sh