mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-26 01:55:53 +03:00
[GH-ISSUE #105] --env-file存在bug #91
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Dec 12, 2018).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/105
这个设计很不合理,,vpn.env只能创建时才有效,,启动vpn后中途修改添加其他用户,没有效果、、。。。新添加的用户不生效
@hwdsl2 commented on GitHub (Dec 12, 2018):
@digizhou 你好!由于 Docker 的设计,env文件只在创建容器时被读取。如果你需要更改用户,必须重新创建 Docker 容器。详见 README。目前并没有更好的方案。