increase the postgres container shm_size from 64mb to 256mb (#13451)
This commit is contained in:
		@@ -4,6 +4,7 @@ services:
 | 
			
		||||
  db:
 | 
			
		||||
    restart: always
 | 
			
		||||
    image: postgres:9.6-alpine
 | 
			
		||||
    shm_size: 256mb
 | 
			
		||||
    networks:
 | 
			
		||||
      - internal_network
 | 
			
		||||
    healthcheck:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user