From 6ae61098bd569cc45a818873f95743e106b84183 Mon Sep 17 00:00:00 2001 From: wulabing Date: Thu, 16 Jun 2022 22:10:32 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20ss=5Fwhitlist=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=8C=82=E8=BD=BD=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ss_whitelist/docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ss_whitelist/docker-compose.yml b/ss_whitelist/docker-compose.yml index fac6c69..cd983e7 100644 --- a/ss_whitelist/docker-compose.yml +++ b/ss_whitelist/docker-compose.yml @@ -19,9 +19,9 @@ services: - "7777:7777" - "7777:7777/udp" volumes: - - /usr/local/src/ss/nginx.conf:/etc/openresty/nginx.conf - - /usr/local/src/ss/allow.list:/etc/openresty/allow.list - - /usr/local/src/ss/auth:/etc/openresty/auth + - ./nginx.conf:/etc/openresty/nginx.conf + - ./allow.list:/etc/openresty/allow.list + - ./auth:/etc/openresty/auth restart: always networks: - backend