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:
mongoDb:
image: mongo:5.0.7
image: mongo:latest
volumes:
- red-coder_volume:/data/db
restart: always