This commit is contained in:
Emile Nijssen 2021-05-23 13:36:26 +02:00
parent d9901aa8a3
commit 0f220c1a78
14 changed files with 100 additions and 8 deletions

View file

@ -5,7 +5,7 @@
```bash
$ docker run \
--name wg-easy \
--mount type=bind,source=~/.wg-easy,target=/etc/wireguard \
--mount type=bind,source="$(pwd)",target=/etc/wireguard \
--cap-add=NET_ADMIN \
--cap-add=SYS_MODULE \
--sysctl="net.ipv4.conf.all.src_valid_mark=1" \