Update README.md

This commit is contained in:
萌新 2022-07-28 18:02:41 +08:00 committed by GitHub
parent 5c72135495
commit 3f91aa23b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ wget -N https://raw.githubusercontent.com/XrayR-project/XrayR-release/master/ins
# Docker 安装
```
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
```
# Docker compose 安装