From 1e875e410dc5eccb07ebee80631fa61b550aedf0 Mon Sep 17 00:00:00 2001 From: Jean Froment Date: Fri, 11 Sep 2020 12:14:18 +0200 Subject: [PATCH] Update .env.sample --- .env.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.sample b/.env.sample index fbeb33c..465853a 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" # Containers permissions mapping PGID=1000