latest mongo version

This commit is contained in:
Primakov Alexandr Alexandrovich 2022-04-23 22:12:39 +03:00
parent c5a1f90816
commit 977370e662

View File

@ -5,7 +5,7 @@ volumes:
services: services:
mongoDb: mongoDb:
image: mongo:5.0.7 image: mongo:latest
volumes: volumes:
- red-coder_volume:/data/db - red-coder_volume:/data/db
restart: always restart: always