env as str

This commit is contained in:
Alexandre
2021-02-11 09:39:48 +01:00
parent a267a35a8c
commit 13634ee480
3 changed files with 34 additions and 35 deletions

View File

@@ -1,4 +1,3 @@
{
"name": "Qbittorrent",
"version": "14.3.3.99202101191832-7248-da0b276d5ubuntu18.04.1-ls113",
@@ -36,8 +35,8 @@
"boot": "auto",
"environment": {
"WEBUI_PORT": "8080",
"PUID": 0,
"PGID": 0
"PUID": "0",
"PGID": "0"
},
"options": {
"ssl": false,

View File

@@ -12,7 +12,7 @@
],
"description": "Nextcloud for Home Assistant",
"boot": "manual",
"auto_uart": true,
"uart": true,
"map": [
"share:rw",
"media:rw",
@@ -23,8 +23,8 @@
"80/tcp": null
},
"environment": {
"PUID": 0,
"PGID": 0
"PUID": "0",
"PGID": "0"
},
"webui": "https://[HOST]:[PORT:443]",
"panel_icon": "mdi:cloud",

View File

@@ -31,8 +31,8 @@
"webui": "http://[HOST]:[PORT:7878]",
"boot": "auto",
"environment": {
"PUID": 0,
"PGID": 0
"PUID": "0",
"PGID": "0"
},
"options": {
"PUID": 0,