From 66b9aefc2efcfddc5eed782ed5ac5ac4e98564e4 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 20 Oct 2021 20:49:28 +0200 Subject: [PATCH] Update config.json --- webtrees/config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/webtrees/config.json b/webtrees/config.json index 7dbc6c35e..3d68e7751 100644 --- a/webtrees/config.json +++ b/webtrees/config.json @@ -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",