domain is also optional for "normal" mode
This commit is contained in:
parent
82b2a102ed
commit
99ddd7f9cb
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ endpoint = "unix:///var/run/docker.sock"
|
|||
# Default base domain used for the frontend rules.
|
||||
# Can be overridden by setting the "traefik.domain" label on a container.
|
||||
#
|
||||
# Required
|
||||
# Optional
|
||||
#
|
||||
domain = "docker.localhost"
|
||||
|
||||
|
@ -450,4 +450,4 @@ Below is a recap of the behavior of `usebindportip` in different situations.
|
|||
| LblPort | ExtIp1:ExtPort1:IntPort1 & ExtIp2:LblPort:IntPort2 | ExtIp2:LblPort |
|
||||
|
||||
!!! note
|
||||
In the above table, ExtIp stands for "external IP found in the binding", IntIp stands for "internal network container's IP", ExtPort stands for "external Port found in the binding", and IntPort stands for "internal network container's port."
|
||||
In the above table, ExtIp stands for "external IP found in the binding", IntIp stands for "internal network container's IP", ExtPort stands for "external Port found in the binding", and IntPort stands for "internal network container's port."
|
||||
|
|
Loading…
Reference in a new issue