mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-30 20:34:04 +02:00
Change normal port to 8081
This commit is contained in:
@@ -62,6 +62,7 @@
|
|||||||
"DB_ENGINE": "django.db.backends.sqlite3",
|
"DB_ENGINE": "django.db.backends.sqlite3",
|
||||||
"DISABLE_INGRESS": "true",
|
"DISABLE_INGRESS": "true",
|
||||||
"POSTGRES_DB": "/config/addons_config/tandoor_recipes/recipes.db",
|
"POSTGRES_DB": "/config/addons_config/tandoor_recipes/recipes.db",
|
||||||
|
"TANDOOR_PORT": "8081",
|
||||||
"TRUSTED_PROXIES": "**"
|
"TRUSTED_PROXIES": "**"
|
||||||
},
|
},
|
||||||
"image": "ghcr.io/alexbelgium/tandoor_recipes-{arch}",
|
"image": "ghcr.io/alexbelgium/tandoor_recipes-{arch}",
|
||||||
|
|||||||
Reference in New Issue
Block a user