mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 10:13:32 -04:00 
			
		
		
		
	docs: boolean value in docker-compose examples not deserializable in env variables (#4130)
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com>
This commit is contained in:
		| @@ -20,7 +20,7 @@ services: | ||||
|       - mealie-data:/app/data/ | ||||
|     environment: | ||||
|       # Set Backend ENV Variables Here | ||||
|       ALLOW_SIGNUP: false | ||||
|       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: false | ||||
|       ALLOW_SIGNUP: "false" | ||||
|       PUID: 1000 | ||||
|       PGID: 1000 | ||||
|       TZ: America/Anchorage | ||||
|   | ||||
		Reference in New Issue
	
	Block a user