mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-04 13:46:34 +08:00
chore: update mongodb version to 5.0.13 (@fehmer) (#6364)
This commit is contained in:
parent
420d049a59
commit
4d4de260d9
3 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@ services:
|
|||
|
||||
mongodb:
|
||||
container_name: monkeytype-mongodb
|
||||
image: mongo:5.0.8
|
||||
image: mongo:5.0.13
|
||||
restart: on-failure
|
||||
ports:
|
||||
- "${DOCKER_DB_PORT:-27017}:27017"
|
||||
|
|
|
@ -12,7 +12,7 @@ services:
|
|||
|
||||
mongodb:
|
||||
container_name: monkeytype-mongodb
|
||||
image: mongo:5.0.8
|
||||
image: mongo:5.0.13
|
||||
restart: on-failure
|
||||
ports:
|
||||
- "${DOCKER_DB_PORT:-27017}:27017"
|
||||
|
|
|
@ -75,7 +75,7 @@ services:
|
|||
|
||||
monkeytype-mongodb:
|
||||
container_name: monkeytype-mongodb
|
||||
image: mongo:5.0.8
|
||||
image: mongo:5.0.13
|
||||
restart: on-failure
|
||||
volumes:
|
||||
- mongo-data:/data/db
|
||||
|
|
Loading…
Add table
Reference in a new issue