From 3749d1b7dabb4060e9c816d3e52fc70f601cac74 Mon Sep 17 00:00:00 2001 From: Olia Lisa Date: Tue, 30 Dec 2025 08:27:04 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=80=E5=8C=96=E9=85=8D=E7=BD=AE,=20?= =?UTF-8?q?=E4=B8=8D=E7=94=A8docker=E8=AE=B0=E5=BD=95=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 53d1ae5..3856957 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,9 +7,4 @@ services: volumes: - ./config/config.json:/etc/sing-box/config.json - ./tls:/etc/sing-box/tls - command: -C /etc/sing-box run - logging: - driver: "json-file" - options: - max-size: "10m" - max-file: "3" \ No newline at end of file + command: -C /etc/sing-box run \ No newline at end of file