Skip to content

Commit 664e55c

Browse files
committed
fix docker compose command in the docs
1 parent d03b1bb commit 664e55c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/intro/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ to allow us to write solid integration tests that dont involved mockig the code
4242

4343
To run the tests use docker-compose to create the necessary containers.
4444

45-
`docker-compose run overview_srv pytest --tb=short`
45+
`docker compose run overview_srv pytest --tb=short`
4646

4747
## How we use this example code base
4848

0 commit comments

Comments
 (0)