mirror of
https://github.com/w0rng/amnezia-wg-easy.git
synced 2025-04-26 05:10:06 +03:00
README.md: -e LANG=de --> -e LANG=de \
fix typo in install guide (thanks to @fabiantreu) Closes: https://github.com/wg-easy/wg-easy/issues/783
This commit is contained in:
parent
9bf3e9482f
commit
c3044f16e8
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ To automatically install & run wg-easy, simply run:
|
|||
<pre>
|
||||
$ docker run -d \
|
||||
--name=wg-easy \
|
||||
-e LANG=de
|
||||
-e LANG=de \
|
||||
-e WG_HOST=<b>🚨YOUR_SERVER_IP</b> \
|
||||
-e PASSWORD=<b>🚨YOUR_ADMIN_PASSWORD</b> \
|
||||
-v ~/.wg-easy:/etc/wireguard \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue