From b94df067d6883714e4c3bad8069d372ec3221147 Mon Sep 17 00:00:00 2001 From: Vadim Grinco Date: Tue, 17 May 2022 17:35:38 +0200 Subject: [PATCH] Debugging the bashio api access issue --- config.json | 4 ++-- run.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.json b/config.json index 6a4da7e..87a119d 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "name": "CORAL TPU Rest API", - "version": "0.1.19", + "version": "0.1.20", "slug": "coral-api", "description": "CORAL REST API compatible with Deepstack addon", "url": "https://github.com/grinco/HASS-coral-rest-api", @@ -13,7 +13,7 @@ "udev": true, "init": false, "ports": { - "5000/tcp": 5001 + "5000/tcp": 5000 }, "ports_description": { "5000/tcp": "API" diff --git a/run.sh b/run.sh index 3148167..9991d97 100755 --- a/run.sh +++ b/run.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bashio +#!/usr/bin/with-contenv bashio MODEL_URL=$(bashio::config "MODEL_URL") LABELS_URL=$(bashio::config "LABELS_URL")