Add possibility to use BindPort IPAddress 👼

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester 2016-09-20 14:52:35 +02:00
parent 46a7860427
commit 5ea761e19f
No known key found for this signature in database
GPG key ID: 083CC6FD6EB699A3
4 changed files with 129 additions and 109 deletions

View file

@ -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]