update
This commit is contained in:
+8
-8
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user