Skip to content

Commit

Permalink
Merge pull request #17 from simonlerpard/fix_missing_env_host
Browse files Browse the repository at this point in the history
Add env HOST to docker run example args
  • Loading branch information
perara authored Jun 10, 2020
2 parents 58e2582 + 56b6734 commit 7164162
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/guides/docker_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit 7164162

Please sign in to comment.