Browse Source

Update docker_configuration.md

pull/10/head
Per-Arne Andersen 5 years ago
committed by GitHub
parent
commit
79909d8944
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/guides/docker_configuration.md

2
docs/guides/docker_configuration.md

@ -3,7 +3,7 @@
docker run -d \
--cap-add NET_ADMIN \
--name wg-manager \
--net host \
#--net host \
-p "51800-51900:51800-51900/udp" \
-p "8888:8888" \
-v wg-manager:/config \

Loading…
Cancel
Save