cyantarek / django-microservices

UNMAINTAINED
160 stars 88 forks source link

Stopping services_mongod_1 ... etc #2

Open officerebel opened 5 years ago

officerebel commented 5 years ago

$ docker-compose up -d"

Expected result:

running services

Actual result

error: Stopping services_mongod_1 ... done Removing services_mongod_1 ... done Removing network services_default Creating network "services_default" with the default driver Creating services_mongod_1 ... done Creating services_orders_web_1 ... error Creating services_emails_web_1 ... Creating services_products_web_1 ... Creating services_emails_web_1 ... error ERROR: for services_orders_web_1 Cannot create container for service orders_web: b'invalid mode: /code' Creating services_products_web_1 ... error ERROR: for services_products_web_1 Cannot create container for service products_web: b'invalid mode: /code' ERROR: for orders_web Cannot create container for service orders_web: b'invalid mode: /code' ERROR: for emails_web Cannot create container for service emails_web: b'invalid mode: /code' ERROR: for products_web Cannot create container for service products_web: b'invalid mode: /code' ERROR: Encountered errors while bringing up the project.

cyantarek commented 5 years ago

check without detached flag

officerebel commented 5 years ago

I without -d I still get the same message.