This commit is contained in:
vincent 2024-02-27 14:17:40 +08:00
parent b86cc8a591
commit ada42b70aa

View File

@ -1,10 +1,10 @@
version: '3.9' version: "3.9"
services: services:
xray: xray:
image: teddysun/xray image: teddysun/xray:latest
restart: always restart: always
container_name: xray container_name: xray
network_mode: "host" network_mode: "host"
volumes: volumes:
- './conf:/etc/xray' - "./conf:/etc/xray"