Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. WARNING: The Docker Engine you're using is running in swarm mode.
  2.  
  3. Compose does not use swarm mode to deploy services to multiple nodes in a swarm. All containers will be scheduled on the current node.
  4.  
  5. To deploy your application across the swarm, use `docker stack deploy`.
  6.  
  7. Starting core_mysql_1 ...
  8. Starting core_mysql_1 ... error
  9. Starting core_rabbitmq_1 ...
  10. Recreating core_php-fpm_1 ...
  11.  
  12. Starting core_rabbitmq_1 ... error
  13. usage of each socket address (protocol/network address/port) is normally permitted.
  14.  
  15. ERROR: for core_rabbitmq_1 Cannot start service rabbitmq: driver failed programming external connectivity on endpoint core_rabbitmq_1 (04de7e2e664c515c9a0f7ff475c0ac81d39a5c337c26fb445d7d02841036cdd1): Error starting userland proxy: listen tcp 0.0.0.0:15672: bind:
  16. Recreating core_php-fpm_1 ... done
  17.  
  18. ERROR: for mysql Cannot start service mysql: driver failed programming external connectivity on endpoint core_mysql_1 (0a50deb4904db4d7783e8fb625a51f7e9ee2545f2df78f1de8902e8403ef77ae): Error starting userland proxy: listen tcp 0.0.0.0:33066: bind: Only one usage
  19. of each socket address (protocol/network address/port) is normally permitted.
  20.  
  21. ERROR: for rabbitmq Cannot start service rabbitmq: driver failed programming external connectivity on endpoint core_rabbitmq_1 (04de7e2e664c515c9a0f7ff475c0ac81d39a5c337c26fb445d7d02841036cdd1): Error starting userland proxy: listen tcp 0.0.0.0:15672: bind: Only o
  22. ne usage of each socket address (protocol/network address/port) is normally permitted.
  23. ERROR: Encountered errors while bringing up the project.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement