kasperisager / php-dockerized

Dockerized PHP development stack: Nginx, MySQL, MongoDB, PHP-FPM, HHVM, Memcached, Redis, Elasticsearch and RabbitMQ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stuck somewhere at mongodb level

alihalabyah opened this issue · comments

mongodb_1 | 2015-02-06T13:48:53.620+0000 [clientcursormon] connections:0

That's entirely normal; when running fig up you're attached to the logging output of all the containers. You may instead want to do a fig start which runs the containers in the background.