add instruction how to change the web ui language

This commit is contained in:
pheiduck 2024-01-18 15:03:33 +01:00
parent 3435b1bd73
commit 710771ac16
2 changed files with 3 additions and 0 deletions

View File

@ -50,6 +50,7 @@ To automatically install & run wg-easy, simply run:
<pre>
$ docker run -d \
--name=wg-easy \
-e LANG=de
-e WG_HOST=<b>🚨YOUR_SERVER_IP</b> \
-e PASSWORD=<b>🚨YOUR_ADMIN_PASSWORD</b> \
-v ~/.wg-easy:/etc/wireguard \

View File

@ -5,6 +5,8 @@ volumes:
services:
wg-easy:
environment:
# Change Language:
- LANG=de
# ⚠️ Required:
# Change this to your host's public address
- WG_HOST=raspberrypi.local