6 lines
110 B
Groovy
6 lines
110 B
Groovy
# WebUI through internal hostname
|
|
{{ .internal_hostname }}:5000 {
|
|
reverse_proxy http://127.0.0.1:5000 {
|
|
}
|
|
}
|