From 764565aeba12929afcbe8576a3098f8d86523712 Mon Sep 17 00:00:00 2001 From: liuyx Date: Mon, 9 Sep 2024 16:54:04 +0800 Subject: [PATCH] feat: update --- docker-compose.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 7b90cf8..c951abc 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,7 +1,8 @@ services: sing-box: - image: fscarmen/sb - pull_policy: always + image: singb:dev + build: + context: sing-box container_name: sing hostname: sing-box restart: always