$ docker-compose up
ERROR: The Compose file '.\docker-compose.yml' is invalid because:
Unsupported config option for services.mongo: 'oom_kill_disable'
Unsupported config option for services.redis: 'oom_kill_disable'
$ docker-compose up
Starting ma-mongo ...
Creating ma-clickhouse ...
Creating ma-redis ... error
Creating ma-clickhouse ... error
Starting ma-mongo ... error
ERROR: for ma-clickhouse Cannot create container for service clickhouse: b'Drive has not been shared'
ERROR: for ma-mongo Cannot start service mongo: driver failed programming external connectivity on endpoint ma-mongo (ded4d8ede4d9f95432a26d80c28f785b082cb30e80384a35d466fab391ca28c4): Error starting userland proxy: mkdir /port/tcp:0.0.0.0:27017:tcp:172.18.0.2:27017: input/output error
ERROR: for redis Cannot create container for service redis: b'Drive has not been shared'
ERROR: for clickhouse Cannot create container for service clickhouse: b'Drive has not been shared'
ERROR: for mongo Cannot start service mongo: driver failed programming external connectivity on endpoint ma-mongo (ded4d8ede4d9f95432a26d80c28f785b082cb30e80384a35d466fab391ca28c4): Error starting userland proxy: mkdir /port/tcp:0.0.0.0:27017:tcp:172.18.0.2:27017: input/output error
ERROR: Encountered errors while bringing up the project.