From 698010ebdaf18b73782c28d41d2a995e6ec013eb Mon Sep 17 00:00:00 2001 From: Rodolfo Berrios <20590102+rodber@users.noreply.github.com> Date: Sun, 6 Nov 2022 17:21:31 -0300 Subject: [PATCH] use https default --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ec657ee..5809b9c 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ PHP ?= 8.1 DOCKER_USER ?= www-data HOSTNAME ?= localhost HOSTNAME_PATH ?= / -PROTOCOL ?= http +PROTOCOL ?= https SERVICE ?= php ENCRYPTION_KEY ?= EMAIL_HTTPS ?= mail@yourdomain.tld