mirror of https://github.com/wulabing/Xray_onekey
[update] ss_whitlist 修改挂载路径
parent
ad3d82f270
commit
6ae61098bd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue