mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-11-02 20:16:04 +01:00 
			
		
		
		
	chore(deps): update mongo docker tag to v8 (#12810)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/test.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/test.yaml
									
									
									
									
										vendored
									
									
								
							@@ -75,7 +75,7 @@ jobs:
 | 
				
			|||||||
          - 6379:6379
 | 
					          - 6379:6379
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      mongo:
 | 
					      mongo:
 | 
				
			||||||
        image: 'mongo:7.0'
 | 
					        image: 'mongo:8.0'
 | 
				
			||||||
        ports:
 | 
					        ports:
 | 
				
			||||||
          # Maps port 27017 on service container to the host
 | 
					          # Maps port 27017 on service container to the host
 | 
				
			||||||
          - 27017:27017
 | 
					          - 27017:27017
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user