简化配置, 不用docker记录日志
This commit is contained in:
+1
-6
@@ -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"
|
|
||||||
Reference in New Issue
Block a user