Merge pull request #1571 from SkynetLabs/health-check-access-limit-fix
ACCOUNTS_LIMIT_ACCESS missing when it defaults
This commit is contained in:
commit
4f5ac247b3
|
@ -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:
|
||||
|
|
Reference in New Issue