Skip to content

Commit

Permalink
Replaced docker-compose with docker compose (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
360dgries authored Nov 28, 2023
1 parent f8606f1 commit cd8c19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Once that file exists, you can run the terminology creation task by using the
following command:

```shell
docker-compose -f terminology_compose.yml up --build
docker compose -f terminology_compose.yml up --build
```

This will run the terminology creation steps in order. These tasks may take
Expand Down

0 comments on commit cd8c19c

Please sign in to comment.