mirror of
https://github.com/hassio-addons/addon-mopidy.git
synced 2025-05-04 19:41:46 +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
|
||||
bashio::var.json \
|
||||
interface "$(bashio::addon.ip_address)" \
|
||||
entry "^$(bashio::addon.ingress_entry)" \
|
||||
entry "$(bashio::addon.ingress_entry)" \
|
||||
| tempio \
|
||||
-template /etc/nginx/templates/ingress.gtpl \
|
||||
-out /etc/nginx/servers/ingress.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue