From cf5909c888466afb1c405e89cde1de40298e27c7 Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Sat, 5 Oct 2024 00:26:38 -0500 Subject: [PATCH] fix: Use a simpler password to make the shell happy --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 6a6d617..75443e4 100644 --- a/compose.yaml +++ b/compose.yaml @@ -23,7 +23,7 @@ services: # the hostname you're accessing it from. # - site_url=https://www.example.com - - password=$3CuReP4S$W0rD + - password=TopSecretPass # Pass the redirect method, if needed. TEMPORARY and PERMANENT # are accepted values, defaults to PERMANENT.