[GH-ISSUE #162] Add More VPN USER #149

Closed
opened 2026-03-02 07:28:05 +03:00 by kerem · 1 comment
Owner

Originally created by @pharrellxx3 on GitHub (Sep 28, 2019).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/162

Documents write is wrong
VPN_ADDL_USERS=additional_username_1 additional_username_2 VPN_ADDL_PASSWORDS=additional_password_1 additional_password_2
but can't pass verify.

The finally edit,correct write like this
VPN_ADDL_USERS="additional_username_1 additional_username_2" VPN_ADDL_PASSWORDS="additional_password_1 additional_password_2"

Originally created by @pharrellxx3 on GitHub (Sep 28, 2019). Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/162 Documents write is wrong ` VPN_ADDL_USERS=additional_username_1 additional_username_2 VPN_ADDL_PASSWORDS=additional_password_1 additional_password_2 ` but can't pass verify. The finally edit,correct write like this ` VPN_ADDL_USERS="additional_username_1 additional_username_2" VPN_ADDL_PASSWORDS="additional_password_1 additional_password_2" `
kerem closed this issue 2026-03-02 07:28:05 +03:00
Author
Owner

@hwdsl2 commented on GitHub (Sep 28, 2019):

@pharrellxx3 Hello! Thanks for bringing this up. The documentation is correct because Docker interprets the variable values in the env file literally, no quotes needed. Give it a try yourself and you’ll see.

On the other hand, if you bind mount the env file (see advanced usage section in the README), single quotes around variable values are required.

<!-- gh-comment-id:536200454 --> @hwdsl2 commented on GitHub (Sep 28, 2019): @pharrellxx3 Hello! Thanks for bringing this up. The documentation is correct because Docker interprets the variable values in the `env` file literally, no quotes needed. Give it a try yourself and you’ll see. On the other hand, if you bind mount the `env` file (see advanced usage section in the README), single quotes around variable values are required.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/docker-ipsec-vpn-server#149
No description provided.