Browse Source

Merge pull request #17 from simonlerpard/fix_missing_env_host

Add env HOST to docker run example args
pull/25/head
Per-Arne Andersen 5 years ago
committed by GitHub
parent
commit
7164162dd2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      docs/guides/docker_configuration.md

1
docs/guides/docker_configuration.md

@ -7,6 +7,7 @@ docker run -d \
-p "51800-51900:51800-51900/udp" \
-p "8888:8888" \
-v wg-manager:/config \
-e HOST="0.0.0.0" \
-e PORT="8888" \
-e ADMIN_USERNAME="admin" \
-e ADMIN_PASSWORD="admin" \

Loading…
Cancel
Save