From 8ea178529f4918f51d76cad650c9c3d25c9077ee Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 17 Jun 2020 23:27:05 +0200 Subject: [PATCH] Pass DOMAIN to nginx --- compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compose.yml b/compose.yml index 45a75f3..6b34284 100644 --- a/compose.yml +++ b/compose.yml @@ -4,6 +4,8 @@ version: "3.8" services: nginx: image: "nginx:stable" + environment: + - DOMAIN=${DOMAIN} configs: - source: nginx-conf target: /etc/nginx/nginx.conf