mirror of
https://github.com/hassio-addons/addon-mopidy.git
synced 2025-05-05 12:01:52 +00:00
Fixes Ingress acesss (#91)
This will fix issue: https://github.com/hassio-addons/addon-mopidy/issues/90
This commit is contained in:
parent
628765ef54
commit
b0315ba75f
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
# Generate Ingress configuration
|
# Generate Ingress configuration
|
||||||
bashio::var.json \
|
bashio::var.json \
|
||||||
interface "$(bashio::addon.ip_address)" \
|
interface "$(bashio::addon.ip_address)" \
|
||||||
entry "^$(bashio::addon.ingress_entry)" \
|
entry "$(bashio::addon.ingress_entry)" \
|
||||||
| tempio \
|
| tempio \
|
||||||
-template /etc/nginx/templates/ingress.gtpl \
|
-template /etc/nginx/templates/ingress.gtpl \
|
||||||
-out /etc/nginx/servers/ingress.conf
|
-out /etc/nginx/servers/ingress.conf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue