mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-19 15:21:50 +02:00
Update config.json
This commit is contained in:
@@ -3,7 +3,8 @@
|
|||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"description": "web's leading on-line collaborative genealogy application",
|
"description": "web's leading on-line collaborative genealogy application",
|
||||||
"environment": {
|
"environment": {
|
||||||
"PORT": "80"
|
"PORT": "80",
|
||||||
|
"WEBTREES_HOME": "/data"
|
||||||
},
|
},
|
||||||
"map": [
|
"map": [
|
||||||
"share:rw",
|
"share:rw",
|
||||||
@@ -17,7 +18,7 @@
|
|||||||
},
|
},
|
||||||
"ports": {
|
"ports": {
|
||||||
"80/tcp": "9999",
|
"80/tcp": "9999",
|
||||||
"443/tcp": "null"
|
"443/tcp": null
|
||||||
},
|
},
|
||||||
"ports_description": {
|
"ports_description": {
|
||||||
"80/tcp": "Web interface",
|
"80/tcp": "Web interface",
|
||||||
|
|||||||
Reference in New Issue
Block a user