mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 02:03:35 -04:00 
			
		
		
		
	remove tmpfs (#603)
This commit is contained in:
		| @@ -51,8 +51,6 @@ services: | ||||
|       WEB_CONCURRENCY: 2 | ||||
|     volumes: | ||||
|       - ./mealie/data/:/app/data | ||||
|     tmpfs: | ||||
|       - /mem:size=64m,mode=1777,noatime | ||||
| ``` | ||||
|  | ||||
| ## Docker Compose with Postgres _(BETA)_ | ||||
| @@ -87,8 +85,6 @@ services: | ||||
|       WEB_CONCURRENCY: 2 | ||||
|     volumes: | ||||
|       - ./mealie/data/:/app/data | ||||
|     tmpfs: | ||||
|       - /mem:size=64m,mode=1777,noatime | ||||
|   postgres: | ||||
|     container_name: postgres | ||||
|     image: postgres | ||||
|   | ||||
		Reference in New Issue
	
	Block a user