简化配置, 不用docker记录日志
This commit is contained in:
parent
4f415c43b9
commit
3749d1b7da
@ -8,8 +8,3 @@ services:
|
|||||||
- ./config/config.json:/etc/sing-box/config.json
|
- ./config/config.json:/etc/sing-box/config.json
|
||||||
- ./tls:/etc/sing-box/tls
|
- ./tls:/etc/sing-box/tls
|
||||||
command: -C /etc/sing-box run
|
command: -C /etc/sing-box run
|
||||||
logging:
|
|
||||||
driver: "json-file"
|
|
||||||
options:
|
|
||||||
max-size: "10m"
|
|
||||||
max-file: "3"
|
|
||||||
Loading…
Reference in New Issue
Block a user