Update postgres Docker tag to v14
							parent
							
								
									45fc525ad2
								
							
						
					
					
						commit
						f0e0e23a2d
					
				| 
						 | 
					@ -30,7 +30,7 @@ services:
 | 
				
			||||||
            - 'upload:/var/www/html/storage/upload'
 | 
					            - 'upload:/var/www/html/storage/upload'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    db:
 | 
					    db:
 | 
				
			||||||
        image: 'postgres:13.3-alpine'
 | 
					        image: 'postgres:14.1-alpine'
 | 
				
			||||||
        restart: 'always'
 | 
					        restart: 'always'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        healthcheck:
 | 
					        healthcheck:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -31,7 +31,7 @@ services:
 | 
				
			||||||
            - '/etc/localtime:/etc/localtime:ro'
 | 
					            - '/etc/localtime:/etc/localtime:ro'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    db:
 | 
					    db:
 | 
				
			||||||
        image: 'postgres:13.3-alpine'
 | 
					        image: 'postgres:14.1-alpine'
 | 
				
			||||||
        restart: 'always'
 | 
					        restart: 'always'
 | 
				
			||||||
        
 | 
					        
 | 
				
			||||||
        healthcheck:
 | 
					        healthcheck:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -25,7 +25,7 @@ services:
 | 
				
			||||||
            - 'nginx'
 | 
					            - 'nginx'
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    db:
 | 
					    db:
 | 
				
			||||||
        image: 'postgres:13.3-alpine'
 | 
					        image: 'postgres:14.1-alpine'
 | 
				
			||||||
        restart: 'always'
 | 
					        restart: 'always'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        healthcheck:
 | 
					        healthcheck:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -44,7 +44,7 @@ services:
 | 
				
			||||||
            - 'root:/var/www/html'
 | 
					            - 'root:/var/www/html'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    db:
 | 
					    db:
 | 
				
			||||||
        image: 'postgres:13.3-alpine'
 | 
					        image: 'postgres:14.1-alpine'
 | 
				
			||||||
        restart: 'always'
 | 
					        restart: 'always'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        environment:
 | 
					        environment:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in New Issue