From 60236863047a8b30c040ab061ffea2906ea1d6e9 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 15 Dec 2019 00:56:52 +0100 Subject: [PATCH] Statically map wwwroot to /var/www/https This way a volume can easily override it from outside --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index ee6405b..a385fd6 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -6,7 +6,7 @@ dnsname=$(echo $expanded_addr | sed 's/:/-/g').has-a.name echo Getting certificate for $dnsname -wwwroot=/var/www/${dnsname} +wwwroot=/var/www/https mkdir -p "${wwwroot}"