docs: Change allow signup to false (#3913)

This commit is contained in:
boc-the-git
2024-07-21 01:38:57 +10:00
committed by GitHub
parent 60c33b499c
commit e33b62be2a
3 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ services:
- mealie-data:/app/data/
environment:
# Set Backend ENV Variables Here
ALLOW_SIGNUP: true
ALLOW_SIGNUP: false
PUID: 1000
PGID: 1000
TZ: America/Anchorage