[update] ss_whitlist 修改挂载路径

pull/411/head
wulabing 2022-06-16 22:10:32 +08:00
parent ad3d82f270
commit 6ae61098bd
No known key found for this signature in database
GPG Key ID: 213391AFDF73AE00
1 changed files with 3 additions and 3 deletions

View File

@ -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