Skip to content

Commit

Permalink
Merge pull request #65 from xingkongwangbin/main
Browse files Browse the repository at this point in the history
配置文件路径修改
  • Loading branch information
ks-bao authored May 7, 2024
2 parents e9d261c + 6ea4dc1 commit 73f7cb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 73f7cb2

Please sign in to comment.