(chore): update README.md [skipci]

This commit is contained in:
Shahrad Elahi 2023-10-15 19:08:59 +03:30
parent 60a1d3356c
commit 89b2f5ee7b

View File

@ -34,6 +34,7 @@ Install WireAdmin using the command line:
```bash ```bash
docker run -d \ docker run -d \
--name wireadmin \ --name wireadmin \
--restart unless-stopped \
-e WG_HOST="🚨YOUR_SERVER_IP" \ -e WG_HOST="🚨YOUR_SERVER_IP" \
-e UI_PASSWORD="🔐OPTIONAL_ADMIN_PASSWORD" \ -e UI_PASSWORD="🔐OPTIONAL_ADMIN_PASSWORD" \
-p "3000:3000/tcp" \ -p "3000:3000/tcp" \
@ -43,8 +44,7 @@ docker run -d \
--cap-add=SYS_MODULE \ --cap-add=SYS_MODULE \
--sysctl="net.ipv4.conf.all.src_valid_mark=1" \ --sysctl="net.ipv4.conf.all.src_valid_mark=1" \
--sysctl="net.ipv4.ip_forward=1" \ --sysctl="net.ipv4.ip_forward=1" \
--restart unless-stopped \ ghcr.io/shahradelahi/wireadmin
ghcr.io/shahradelahi/wireadmin
``` ```
Please note that the port `3000` is for the UI and it is up to you to remove it after configuring the Servers/Peers. Please note that the port `3000` is for the UI and it is up to you to remove it after configuring the Servers/Peers.