From 73f477db0db253da3659f15c7b80490add95489d Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 14 Oct 2023 22:21:22 +0200 Subject: [PATCH] Change normal port to 8081 --- tandoor_recipes/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tandoor_recipes/config.json b/tandoor_recipes/config.json index 6e1c181a6..f35998c57 100644 --- a/tandoor_recipes/config.json +++ b/tandoor_recipes/config.json @@ -62,6 +62,7 @@ "DB_ENGINE": "django.db.backends.sqlite3", "DISABLE_INGRESS": "true", "POSTGRES_DB": "/config/addons_config/tandoor_recipes/recipes.db", + "TANDOOR_PORT": "8081", "TRUSTED_PROXIES": "**" }, "image": "ghcr.io/alexbelgium/tandoor_recipes-{arch}",