diff --git a/Docker.md b/Docker.md index 0f3dfbe..85dc63d 100644 --- a/Docker.md +++ b/Docker.md @@ -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 diff --git a/Docker.zh.md b/Docker.zh.md index 7ae63c6..b25ae3a 100644 --- a/Docker.zh.md +++ b/Docker.zh.md @@ -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