update readme
This commit is contained in:
parent
8c9c373220
commit
44b75a5496
12
README.md
12
README.md
|
@ -44,10 +44,10 @@ And log in again.
|
||||||
|
|
||||||
### 2. Run WireGuard Easy
|
### 2. Run WireGuard Easy
|
||||||
|
|
||||||
To automatically install & run wg-easy, in a terminal:
|
To automatically install & run wg-easy, simply run:
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
docker run -d \
|
$ docker run -d \
|
||||||
--name=wg-easy \
|
--name=wg-easy \
|
||||||
--cap-add=NET_ADMIN \
|
--cap-add=NET_ADMIN \
|
||||||
--cap-add=SYS_MODULE \
|
--cap-add=SYS_MODULE \
|
||||||
|
@ -62,13 +62,13 @@ docker run -d \
|
||||||
weejewel/wg-easy
|
weejewel/wg-easy
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
> 🌍 Replace `YOUR_SERVER_IP` with your WAN IP, or a Dynamic DNS hostname.
|
> 💡 Replace `YOUR_SERVER_IP` with your WAN IP, or a Dynamic DNS hostname.
|
||||||
>
|
>
|
||||||
> 🔑 Replace `YOUR_ADMIN_PASSWORD` with a password to log in on the Web UI.
|
> 💡 Replace `YOUR_ADMIN_PASSWORD` with a password to log in on the Web UI.
|
||||||
|
|
||||||
The Web UI will now be available on `http://0.0.0.0:51821`.
|
The Web UI will now be available on `http://0.0.0.0:51821`.
|
||||||
|
|
||||||
> 💾 Your configuration files will be saved in `~/.wg-easy`
|
> 💡 Your configuration files will be saved in `~/.wg-easy`
|
||||||
|
|
||||||
## Options
|
## Options
|
||||||
|
|
||||||
|
@ -88,7 +88,7 @@ These options can be configured by setting environment variables using `-e KEY="
|
||||||
|
|
||||||
# Updating
|
# Updating
|
||||||
|
|
||||||
To update to the latest version, run:
|
To update to the latest version, simply run:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker stop wg-easy
|
docker stop wg-easy
|
||||||
|
|
Loading…
Reference in New Issue