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