Pin to PostgreSQL 11 for the time bring
This commit is contained in:
		@@ -27,7 +27,7 @@ services:
 | 
				
			|||||||
      - 2838:5000
 | 
					      - 2838:5000
 | 
				
			||||||
    restart: always
 | 
					    restart: always
 | 
				
			||||||
  db:
 | 
					  db:
 | 
				
			||||||
    image: postgres:alpine
 | 
					    image: postgres:11-alpine
 | 
				
			||||||
    volumes:
 | 
					    volumes:
 | 
				
			||||||
      - "db_data:/var/lib/postgresql/data"
 | 
					      - "db_data:/var/lib/postgresql/data"
 | 
				
			||||||
    restart: always
 | 
					    restart: always
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user