mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-26 18:15:50 +03:00
[GH-ISSUE #134] FIx Readme #122
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 @Zagrebelsky on GitHub (Apr 7, 2019).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/134
Please, fix Readme,
If you use one addition account it would created, if you use more than one additional account them would not be created.
should be:
With comma it works.
@hwdsl2 commented on GitHub (Apr 7, 2019):
@Zagrebelsky Hello! Docker parses variables in
envfiles "literally", with no special handling for single and double quotes (they won't be removed) [1]. Therefore, the original README is correct. Try it yourself and you'll see why.[1] https://docs.docker.com/compose/env-file/