Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
mnadeem committed Feb 21, 2021
1 parent 2d49559 commit ea314a9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -82,6 +82,12 @@ Start tempo query
docker run -d --rm -p 16686:16686 --name tempo-query -v ${ABSOLUTE_PATH_OF_PROJECT}\etc\tempo-query.yaml:/etc/tempo-query.yaml --network docker-tempo grafana/tempo-query:latest --grpc-storage-plugin.configuration-file=/etc/tempo-query.yaml
````

Start mssql

````
docker run -p 1433:1433 -d -e ACCEPT_EULA=Y --name otmssql -e SA_PASSWORD=P@ssw0rd --network docker-tempo mcr.microsoft.com/mssql/server
````

````bash
npm install
````

0 comments on commit ea314a9

Please sign in to comment.