openzipkin-attic / docker-zipkin

Docker images for OpenZipkin
Apache License 2.0
688 stars 329 forks source link

Stop advertising port 8080 #103

Closed codefromthecrypt closed 8 years ago

codefromthecrypt commented 8 years ago

Historically, we listened on port 8080 with a separate web process. Especially now that docker runs natively on OS/X, we're likely to conflict on that port. It might be best to stop listening on 8080 completely and instead point people to the standard zipkin port: 9411

cc @klingerf @kristofa @abesto

codefromthecrypt commented 8 years ago

note: this will regularly conflict on people using native docker #108 as localhost:8080 is a common port

codefromthecrypt commented 8 years ago

no complaints for a couple months, so gonna do this.