Include the arguably-obvious command line

This commit is contained in:
David Baker 2023-03-15 14:38:17 +00:00
parent 0cca5ae174
commit 1e2cd97764

View File

@ -5,3 +5,5 @@ with an in-memory database, along with a standalong OpenTelemetry collector that
traces into the jaeger. Jaeger has a built-in OpenTelemetry collector, but it can't be
configured to send CORS headers so can't be used from a browser. This sets the config on
the collector to send CORS headers.
Running `docker compose up` in this directory should be all you need.