fix ACCOUNTS_LIMIT_ACCESS missing when it defaults

This commit is contained in:
Karol Wypchlo 2022-01-20 12:00:34 +01:00
parent c17998ee23
commit cb6d67bd90
No known key found for this signature in database
GPG Key ID: B515DE9EEBE241E1
1 changed files with 1 additions and 0 deletions

View File

@ -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: