Merge pull request #65 from xingkongwangbin/main

配置文件路径修改
This commit is contained in:
ks-bao 2024-05-07 16:43:49 +08:00 committed by GitHub
commit 73f7cb252e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@ do_install() {
docker pull ${image_name}
docker rm -f feishuvpn
local cmd="docker run --restart=unless-stopped -d -h FeiShuVpnServer -v \"$config:/data/feishu/conf\" "
local cmd="docker run --restart=unless-stopped -d -h FeiShuVpnServer -v \"$config:/data/conf\" "
cmd="$cmd\
--cap-add=ALL \