Per-Arne Andersen
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
7 additions and
1 deletions
-
README.md
|
@ -16,7 +16,13 @@ The interface runs in docker and requires the host to have installed wireguard, |
|
|
|
|
|
|
|
|
# Installation |
|
|
# Installation |
|
|
```bash |
|
|
```bash |
|
|
docker run -v ./config:/config --cap-add NET_ADMIN --net host perara/wireguard-manager |
|
|
docker run -d \ |
|
|
|
|
|
--cap-add NET_ADMIN \ |
|
|
|
|
|
--name wireguard-manager \ |
|
|
|
|
|
--net host \ |
|
|
|
|
|
-v wireguard-manager:/config \ |
|
|
|
|
|
-e PORT="8888" \ |
|
|
|
|
|
perara/wireguard-manager |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
# Usage |
|
|
# Usage |
|
|