Use tmpfs for watchdog's /tmp, reduce disk writes (#3923)
This commit is contained in:
		@@ -411,6 +411,8 @@ services:
 | 
				
			|||||||
      #command: /watchdog.sh
 | 
					      #command: /watchdog.sh
 | 
				
			||||||
      dns:
 | 
					      dns:
 | 
				
			||||||
        - ${IPV4_NETWORK:-172.22.1}.254
 | 
					        - ${IPV4_NETWORK:-172.22.1}.254
 | 
				
			||||||
 | 
					      tmpfs:
 | 
				
			||||||
 | 
					        - /tmp
 | 
				
			||||||
      volumes:
 | 
					      volumes:
 | 
				
			||||||
        - rspamd-vol-1:/var/lib/rspamd:z
 | 
					        - rspamd-vol-1:/var/lib/rspamd:z
 | 
				
			||||||
        - mysql-socket-vol-1:/var/run/mysqld/:z
 | 
					        - mysql-socket-vol-1:/var/run/mysqld/:z
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user