mirror of
				https://git.tt-rss.org/fox/ttrss-docker-compose
				synced 2025-11-04 09:54:13 +01:00 
			
		
		
		
	use better db image name
This commit is contained in:
		
							parent
							
								
									8dbdb70f5c
								
							
						
					
					
						commit
						4188038f4e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -5,7 +5,7 @@ version: '3'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
services:
 | 
					services:
 | 
				
			||||||
  db:
 | 
					  db:
 | 
				
			||||||
    image: cthulhoo/ttrss-db-pgsql-12-count-bits:latest
 | 
					    image: cthulhoo/postgres-count-bits:12-latest
 | 
				
			||||||
    build:
 | 
					    build:
 | 
				
			||||||
      context:
 | 
					      context:
 | 
				
			||||||
        ./db
 | 
					        ./db
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue