From 039fe2efbc572394286d96893275f0071ae7c0e0 Mon Sep 17 00:00:00 2001 From: Pierre Ozoux Date: Thu, 19 Nov 2020 18:38:58 +0100 Subject: [PATCH] Adds LETSENCRYPT_HOST --- unit-files/u@.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit-files/u@.service b/unit-files/u@.service index bead8bf..0d5f119 100644 --- a/unit-files/u@.service +++ b/unit-files/u@.service @@ -16,7 +16,7 @@ EnvironmentFile=-/data/domains/%i/env Environment=HOSTNAME=%H WorkingDirectory=/data/domains/%i/ ExecStartPre=-/opt/bin/docker-compose rm -f -ExecStart=/bin/bash -euxc "VIRTUAL_HOST=%i,www.%i /opt/bin/docker-compose up" +ExecStart=/bin/bash -euxc "LETSENCRYPT_HOST=%i VIRTUAL_HOST=%i,www.%i /opt/bin/docker-compose up" ExecStop=/opt/bin/docker-compose stop [Install] -- GitLab