mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-11-03 20:45:58 +01:00 
			
		
		
		
	chore(deps): update mongo docker tag to v7 (#12166)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
		@@ -15,7 +15,7 @@ services:
 | 
				
			|||||||
      - ./.docker:/opt/config
 | 
					      - ./.docker:/opt/config
 | 
				
			||||||
      - ./install/docker/setup.json:/usr/src/app/setup.json
 | 
					      - ./install/docker/setup.json:/usr/src/app/setup.json
 | 
				
			||||||
  mongo:
 | 
					  mongo:
 | 
				
			||||||
    image: "mongo:6-jammy"
 | 
					    image: "mongo:7-jammy"
 | 
				
			||||||
    restart: unless-stopped
 | 
					    restart: unless-stopped
 | 
				
			||||||
    expose:
 | 
					    expose:
 | 
				
			||||||
      - "27017"
 | 
					      - "27017"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user