Browse Source

Fix README

pull/1239/head
Viktor Yudov 2 years ago
committed by GitHub
parent
commit
bc7152880a
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      README.md

4
README.md

@ -37,7 +37,7 @@ And log in again.
### 2. Run AmneziaWG Easy ### 2. Run AmneziaWG Easy
```bash <pre>
$ docker run -d \ $ docker run -d \
--name=amnezia-wg-easy \ --name=amnezia-wg-easy \
-e LANG=en \ -e LANG=en \
@ -53,7 +53,7 @@ $ docker run -d \
--device=/dev/net/tun:/dev/net/tun \ --device=/dev/net/tun:/dev/net/tun \
--restart unless-stopped \ --restart unless-stopped \
ghcr.io/spcfox/amnezia-wg-easy ghcr.io/spcfox/amnezia-wg-easy
``` </pre>
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`.

Loading…
Cancel
Save