Update docker.md

This commit is contained in:
萌新
2022-07-29 09:45:11 +08:00
committed by GitHub
parent 71feac8c7b
commit 5f80081965

View File

@@ -54,7 +54,7 @@ chmod +x /usr/local/bin/docker-compose
请注意指定`config.yml`目录。
```bash
docker pull crackair/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 crackair/xrayr:latest
```
## 更新XrayR