Skip to content

Commit

Permalink
Merge pull request #657 from vdemeester/use-port-ip-address
Browse files Browse the repository at this point in the history
Add possibility to use BindPort IPAddress 👼
  • Loading branch information
emilevauge committed Sep 20, 2016
2 parents 46a7860 + 5ea761e commit c3d9312
Show file tree
Hide file tree
Showing 4 changed files with 127 additions and 107 deletions.
7 changes: 7 additions & 0 deletions docs/toml.md
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,13 @@ watch = true
#
exposedbydefault = true

# Use the IP address from the binded port instead of the inner network one. For specific use-case :)
#
# Optional
# Default: false
#
usebindportip = true

# Enable docker TLS connection
#
# [docker.tls]
Expand Down

0 comments on commit c3d9312

Please sign in to comment.