Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Simple-Tracker committed Oct 26, 2024
1 parent 7ecc300 commit 1da1335
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ Usually, occasional errors can be ignored. The reasons may be: 1. Network proble
```
docker run -d \
--name=qbittorrent-clientblocker --network=bridge --restart unless-stopped \
-e useENV=true \
-e debug=false \
-e logPath=logs \
-e blockList='["ExampleBlockList1", "ExampleBlockList2"]' \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
```
docker run -d \
--name=qbittorrent-clientblocker --network=bridge --restart unless-stopped \
-e useENV=true \
-e debug=false \
-e logPath=logs \
-e blockList='["ExampleBlockList1", "ExampleBlockList2"]' \
Expand Down

0 comments on commit 1da1335

Please sign in to comment.