mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-01 01:00:36 -04:00
chore(deps): update mongo docker tag to v8.2 (#67112)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -10,7 +10,7 @@ services:
|
||||
command: sleep infinity
|
||||
|
||||
db:
|
||||
image: mongo:8.0
|
||||
image: mongo:8.2
|
||||
command: mongod --replSet rs0
|
||||
restart: unless-stopped
|
||||
hostname: mongodb
|
||||
@@ -23,7 +23,7 @@ services:
|
||||
start_period: 10s
|
||||
|
||||
setup:
|
||||
image: mongo:8.0
|
||||
image: mongo:8.2
|
||||
depends_on:
|
||||
db:
|
||||
condition: service_healthy
|
||||
|
||||
@@ -2,7 +2,7 @@ name: freecodecamp-local
|
||||
|
||||
services:
|
||||
db:
|
||||
image: mongo:8.0
|
||||
image: mongo:8.2
|
||||
container_name: mongodb
|
||||
command: mongod --replSet rs0
|
||||
restart: unless-stopped
|
||||
@@ -17,7 +17,7 @@ services:
|
||||
retries: 5
|
||||
|
||||
setup:
|
||||
image: mongo:8.0
|
||||
image: mongo:8.2
|
||||
depends_on:
|
||||
db:
|
||||
condition: service_healthy
|
||||
|
||||
Reference in New Issue
Block a user