fix ACCOUNTS_LIMIT_ACCESS missing when it defaults
This commit is contained in:
parent
c17998ee23
commit
cb6d67bd90
|
@ -17,6 +17,7 @@ services:
|
||||||
health-check:
|
health-check:
|
||||||
environment:
|
environment:
|
||||||
- ACCOUNTS_ENABLED=true
|
- ACCOUNTS_ENABLED=true
|
||||||
|
- ACCOUNTS_LIMIT_ACCESS=${ACCOUNTS_LIMIT_ACCESS:-authenticated} # default to authenticated access only
|
||||||
|
|
||||||
accounts:
|
accounts:
|
||||||
build:
|
build:
|
||||||
|
|
Reference in New Issue