mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 02:03:35 -04:00 
			
		
		
		
	add '' around bool ENV variables
This commit is contained in:
		| @@ -46,12 +46,12 @@ services: | |||||||
|       TZ: America/Anchorage |       TZ: America/Anchorage | ||||||
|  |  | ||||||
|       # Default Recipe Settings |       # Default Recipe Settings | ||||||
|       RECIPE_PUBLIC: true |       RECIPE_PUBLIC: 'true' | ||||||
|       RECIPE_SHOW_NUTRITION: true |       RECIPE_SHOW_NUTRITION: 'true' | ||||||
|       RECIPE_SHOW_ASSETS: true |       RECIPE_SHOW_ASSETS: 'true' | ||||||
|       RECIPE_LANDSCAPE_VIEW: true |       RECIPE_LANDSCAPE_VIEW: 'true' | ||||||
|       RECIPE_DISABLE_COMMENTS: false |       RECIPE_DISABLE_COMMENTS: 'false' | ||||||
|       RECIPE_DISABLE_AMOUNT: false |       RECIPE_DISABLE_AMOUNT: 'false' | ||||||
|  |  | ||||||
|       # Gunicorn |       # Gunicorn | ||||||
|       WEB_CONCURRENCY: 2 |       WEB_CONCURRENCY: 2 | ||||||
| @@ -90,12 +90,12 @@ services: | |||||||
|       POSTGRES_DB: mealie |       POSTGRES_DB: mealie | ||||||
|  |  | ||||||
|       # Default Recipe Settings |       # Default Recipe Settings | ||||||
|       RECIPE_PUBLIC: true |       RECIPE_PUBLIC: 'true' | ||||||
|       RECIPE_SHOW_NUTRITION: true |       RECIPE_SHOW_NUTRITION: 'true' | ||||||
|       RECIPE_SHOW_ASSETS: true |       RECIPE_SHOW_ASSETS: 'true' | ||||||
|       RECIPE_LANDSCAPE_VIEW: true |       RECIPE_LANDSCAPE_VIEW: 'true' | ||||||
|       RECIPE_DISABLE_COMMENTS: false |       RECIPE_DISABLE_COMMENTS: 'false' | ||||||
|       RECIPE_DISABLE_AMOUNT: false |       RECIPE_DISABLE_AMOUNT: 'false' | ||||||
|  |  | ||||||
|       # Gunicorn |       # Gunicorn | ||||||
|       WEB_CONCURRENCY: 2 |       WEB_CONCURRENCY: 2 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user