简化配置, 不用docker记录日志

This commit is contained in:
Olia Lisa 2025-12-30 08:27:04 +08:00
parent 4f415c43b9
commit 3749d1b7da

View File

@ -7,9 +7,4 @@ services:
volumes: volumes:
- ./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"