Delete docker-compose.yml

This commit is contained in:
kia678
2026-05-11 21:20:41 +08:00
committed by GitHub
parent 89d56157cc
commit 697c527ac7
-8
View File
@@ -1,8 +0,0 @@
version: '3'
services:
xrayr:
image: ghcr.io/xrayr-project/xrayr:latest
volumes:
- ./config:/etc/XrayR/ # 映射配置文件夹
restart: always
network_mode: host