mirror of https://github.com/wg-easy/wg-easy
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
237 B
9 lines
237 B
docker run \
|
|
-d \
|
|
--name wg-easy \
|
|
--cap-add=NET_ADMIN \
|
|
--cap-add=SYS_MODULE \
|
|
--sysctl="net.ipv4.conf.all.src_valid_mark=1" \
|
|
--mount type=bind,source="$(pwd)"/config,target=/etc/wireguard \
|
|
-p 51820:51820/udp \
|
|
wg-easy
|