Fixes Ingress acesss (#91)

This will fix issue: https://github.com/hassio-addons/addon-mopidy/issues/90
This commit is contained in:
Bram Mittendorff 2021-01-26 14:10:37 +01:00 committed by GitHub
parent 628765ef54
commit b0315ba75f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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