Update docker.md

This commit is contained in:
萌新 2022-07-29 16:50:18 +08:00 committed by GitHub
parent 5f80081965
commit 1ce8370294
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ chmod +x /usr/local/bin/docker-compose
请注意指定`config.yml`目录。
```bash
docker pull mengxin239/xrayr:latest && docker run --restart=always --name xrayr -d -v ${PATH_TO_CONFIG}/config.yml:/etc/XrayR/config.yml --network=host crackair/xrayr:latest
docker pull mengxin239/xrayr:latest && docker run --restart=always --name xrayr -d -v ${PATH_TO_CONFIG}/config.yml:/etc/XrayR/config.yml --network=host mengxin239/xrayr:latest
```
## 更新XrayR