配置文件路径修改

This commit is contained in:
王斌 2024-05-06 23:22:02 +08:00
parent e9d261cdf4
commit 6ea4dc1902

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 \