把相关文件映射到docker容器中
This commit is contained in:
parent
231bea99f8
commit
464bf9a080
@ -5,7 +5,8 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
network_mode: host
|
network_mode: host
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/sing-box:/etc/sing-box
|
- ./config.json:/etc/sing-box/config.json
|
||||||
|
- ./tls:/etc/sing-box/tls
|
||||||
command: -C /etc/sing-box run
|
command: -C /etc/sing-box run
|
||||||
logging:
|
logging:
|
||||||
driver: "json-file"
|
driver: "json-file"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user