django-microservices icon indicating copy to clipboard operation
django-microservices copied to clipboard

Stopping services_mongod_1 ... etc

Open officerebel opened this issue 6 years ago • 2 comments

$ 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.

officerebel avatar May 16 '19 07:05 officerebel

check without detached flag

cyantarek avatar May 16 '19 08:05 cyantarek

I without -d I still get the same message.

officerebel avatar May 16 '19 08:05 officerebel