Skip to content

Commit

Permalink
Correcting docker-compose command in quickstart (#1939)
Browse files Browse the repository at this point in the history
  • Loading branch information
javaducky committed Feb 3, 2023
1 parent b4232d5 commit 877df93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Start Docker Compose from the directory where you ran `tracetest server install`
language="bash"
title="Terminal"
>
{`docker compose -f docker-compose.yaml -f tracetest/docker-compose.yaml up -d`}
{`docker compose -f tracetest/docker-compose.yaml up -d`}
</CodeBlock>
<CodeBlock
language="bash"
Expand Down

0 comments on commit 877df93

Please sign in to comment.