From cb6d67bd90a0d74fec05dc6748e2d573e7beb3ba Mon Sep 17 00:00:00 2001 From: Karol Wypchlo Date: Thu, 20 Jan 2022 12:00:34 +0100 Subject: [PATCH] fix ACCOUNTS_LIMIT_ACCESS missing when it defaults --- docker-compose.accounts.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.accounts.yml b/docker-compose.accounts.yml index 3ebad669..e8159040 100644 --- a/docker-compose.accounts.yml +++ b/docker-compose.accounts.yml @@ -17,6 +17,7 @@ services: health-check: environment: - ACCOUNTS_ENABLED=true + - ACCOUNTS_LIMIT_ACCESS=${ACCOUNTS_LIMIT_ACCESS:-authenticated} # default to authenticated access only accounts: build: