Skip to content

Commit

Permalink
Debugging the bashio api access issue
Browse files Browse the repository at this point in the history
  • Loading branch information
grinco committed May 17, 2022
1 parent ae22852 commit b94df06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -13,7 +13,7 @@
"udev": true,
"init": false,
"ports": {
"5000/tcp": 5001
"5000/tcp": 5000
},
"ports_description": {
"5000/tcp": "API"
Expand Down
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
@@ -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")
Expand Down

0 comments on commit b94df06

Please sign in to comment.