From 464bf9a080673403a2c4a92e8ae6d3182f14fc0b Mon Sep 17 00:00:00 2001 From: Olia Lisa Date: Mon, 29 Dec 2025 16:34:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=8A=E7=9B=B8=E5=85=B3=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E6=98=A0=E5=B0=84=E5=88=B0docker=E5=AE=B9=E5=99=A8=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 120f51c..a75276c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,8 @@ services: restart: always network_mode: host 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 logging: driver: "json-file"