Lock down registration in sample config

This commit is contained in:
ViViDboarder 2019-04-18 17:15:29 -07:00
parent f94f5ae7e0
commit 233e040668
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ services:
- 8000:80
environment:
ADMIN_TOKEN: admin
SIGNUPS_ALLOWED: 'false'
INVITATIONS_ALLOWED: 'true'
ldap:
image: osixia/openldap