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