mongo@4.4.13

This commit is contained in:
Primakov Alexandr Alexandrovich 2022-04-23 22:14:26 +03:00
parent 977370e662
commit 593c43d00d

View File

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