From 2e1f9b0e96d334b20069acb28236280384a0aaac Mon Sep 17 00:00:00 2001 From: Olia Lisa Date: Wed, 20 May 2026 19:17:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9compose=E7=9A=84=E9=87=8D?= =?UTF-8?q?=E5=90=AF=E9=80=89=E9=A1=B9=E4=B8=BArestart?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 13394b6..f3a3e39 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ services: sing-box: image: ghcr.io/sagernet/sing-box:latest container_name: ${COMPOSE_PROJECT_NAME} - restart: always + restart: unless-stopped network_mode: host volumes: - ./config/config.json:/etc/sing-box/config.json