Update config.json

This commit is contained in:
Alexandre
2021-10-20 20:49:28 +02:00
committed by GitHub
parent 8e310d08ed
commit 66b9aefc2e

View File

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