Bugfix: differnt Ports usage

This commit is contained in:
Philip H 2024-04-06 23:33:21 +02:00
parent c2482f494a
commit f9daa3e5be
3 changed files with 6 additions and 3 deletions

View file

@ -53,6 +53,8 @@ To automatically install & run wg-easy, simply run:
-e LANG=de \
-e WG_HOST=<b>🚨YOUR_SERVER_IP</b> \
-e PASSWORD=<b>🚨YOUR_ADMIN_PASSWORD</b> \
-e PORT=51821 \
-e WG_PORT=51820 \
-v ~/.wg-easy:/etc/wireguard \
-p 51820:51820/udp \
-p 51821:51821/tcp \