mirror of
https://github.com/XrayR-project/XrayR-release.git
synced 2025-06-07 21:09:54 +00:00
update docker url
This commit is contained in:
parent
1b72ddcd8f
commit
f90dfaa6dd
@ -17,7 +17,7 @@ bash <(curl -Ls https://raw.githubusercontent.com/XrayR-project/XrayR-release/ma
|
|||||||
# Docker 安装
|
# Docker 安装
|
||||||
|
|
||||||
```
|
```
|
||||||
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 ghcr.io/xrayr-project/xrayr:latest && docker run --restart=always --name xrayr -d -v ${PATH_TO_CONFIG}/config.yml:/etc/XrayR/config.yml --network=host
|
||||||
```
|
```
|
||||||
|
|
||||||
# Docker compose 安装
|
# Docker compose 安装
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
version: '3'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
xrayr:
|
xrayr:
|
||||||
image: mengxin239/xrayr:latest
|
image: ghcr.io/xrayr-project/xrayr:latest
|
||||||
volumes:
|
volumes:
|
||||||
- ./config:/etc/XrayR/ # 映射配置文件夹
|
- ./config:/etc/XrayR/ # 映射配置文件夹
|
||||||
restart: always
|
restart: always
|
||||||
|
Loading…
x
Reference in New Issue
Block a user