Skip to content

Commit

Permalink
Merge pull request #7 from LasseR15/develop
Browse files Browse the repository at this point in the history
Fix docker compose command in README.md
  • Loading branch information
LasseR15 committed Dec 15, 2023
2 parents 0e6bf86 + e8eeea8 commit f0897fd
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 @@ -92,7 +92,7 @@ There are two variants/tags available:
#### Docker Compose
To use the ocr version of the script with Docker Compose run the following command:
```bash
docker compose --rm -it run bibox-to-cli \
docker compose run --rm -it bibox-to-pdf \
'{USERNAME}' '{PASSWORD}' {BOOK_ID}
```
<!-- CURRENTLY NOT AVAILABLE
Expand Down

0 comments on commit f0897fd

Please sign in to comment.