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> <pre>
$ docker run -d \ $ docker run -d \
--name=wg-easy \ --name=wg-easy \
-e LANG=de
-e WG_HOST=<b>🚨YOUR_SERVER_IP</b> \ -e WG_HOST=<b>🚨YOUR_SERVER_IP</b> \
-e PASSWORD=<b>🚨YOUR_ADMIN_PASSWORD</b> \ -e PASSWORD=<b>🚨YOUR_ADMIN_PASSWORD</b> \
-v ~/.wg-easy:/etc/wireguard \ -v ~/.wg-easy:/etc/wireguard \

View File

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