Browse Source

Update README.md

pull/2/head
Per-Arne Andersen 5 years ago
committed by GitHub
parent
commit
87a21b82a3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      README.md

8
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

Loading…
Cancel
Save