This commit is contained in:
vincent
2024-02-27 14:17:40 +08:00
parent b86cc8a591
commit ada42b70aa
+8 -8
View File
@@ -1,10 +1,10 @@
version: '3.9'
version: "3.9"
services:
xray:
image: teddysun/xray
restart: always
container_name: xray
network_mode: "host"
volumes:
- './conf:/etc/xray'
xray:
image: teddysun/xray:latest
restart: always
container_name: xray
network_mode: "host"
volumes:
- "./conf:/etc/xray"