mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 10:13:32 -04:00 
			
		
		
		
	docs: Change allow signup to false (#3913)
This commit is contained in:
		| @@ -19,7 +19,7 @@ | ||||
| | LOG_LEVEL                     |         info          | Logging level (e.g. critical, error, warning, info, debug, trace)                   | | ||||
| | DAILY_SCHEDULE_TIME           |         23:45         | The time of day to run the daily tasks.                                             | | ||||
|  | ||||
| <super>\*</super> Starting in v1.4.0 this was changed to default to `false` as apart of a security review of the application. | ||||
| <super>\*</super> Starting in v1.4.0 this was changed to default to `false` as part of a security review of the application. | ||||
|  | ||||
| ### Security | ||||
|  | ||||
|   | ||||
| @@ -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 | ||||
|   | ||||
| @@ -24,7 +24,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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user