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

@@ -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",