From a164ab76b7cdcc4290b10f68efb701cfd6d876f9 Mon Sep 17 00:00:00 2001 From: Jean Froment Date: Fri, 11 Sep 2020 13:17:14 +0200 Subject: [PATCH] Use simple quotes for HTTP_PASSWORD --- .env.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.sample b/.env.sample index 465853a..f7fa027 100644 --- a/.env.sample +++ b/.env.sample @@ -4,7 +4,7 @@ ACME_MAIL=my-email@my-provider.com # HTTP Auth HTTP_USER=myuser -HTTP_PASSWORD="mypassword_encoded" +HTTP_PASSWORD='mypassword_encoded' # Keep these simple quotes! # Containers permissions mapping PGID=1000