openzipkin-attic / docker-zipkin

Docker images for OpenZipkin
Apache License 2.0
689 stars 330 forks source link

Correct the fact that Scribe is disabled by default #154

Closed christophetd closed 6 years ago

christophetd commented 6 years ago

It seems that Scribe is disabled by default:

    # Uncomment to enable scribe
    # - SCRIBE_ENABLED=true
...
    # Uncomment if you set SCRIBE_ENABLED=true
    # - 9410:9410

But a line in docker-compose.yml states that it was enabled by default. I just corrected it to state that Scribe was disabled by default

codefromthecrypt commented 6 years ago

thanks. nice catch