Skip to content
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.

Docker always tries to open port 3306? #123

Closed
mikewrighton opened this issue Oct 26, 2016 · 5 comments
Closed

Docker always tries to open port 3306? #123

mikewrighton opened this issue Oct 26, 2016 · 5 comments

Comments

@mikewrighton
Copy link

If I try to run Zipkin with the Cassandra backend as per the README:

docker-compose -f docker-compose.yml -f docker-compose-cassandra.yml up

I get the error Error starting userland proxy: Bind for 0.0.0.0:3306 failed: port is already allocated. This also happens when I try to run the UI. Seems like MySQL is the base storage type and so that port is always exposed? I can fix this by commenting out the line - 3306:3306.

@codefromthecrypt
Copy link

yeah this does. I suspect you are running native docker (as opposed to toolbox w/virtualbox) right? #108

@mikewrighton
Copy link
Author

I'm running native docker on OS/X, yeah.

@codefromthecrypt
Copy link

codefromthecrypt commented Oct 27, 2016 via email

@mikewrighton
Copy link
Author

Yeah I think removing the port mapping would be good, or maybe even removing all the MySQL stuff from the base file and just creating a docker-compose-mysql.yml, to avoid confusion?

@codefromthecrypt
Copy link

codefromthecrypt commented Oct 28, 2016 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants