Skip to content

Commit 1da1335

Browse files
author
Simple-Tracker
committed
Bug fix
1 parent 7ecc300 commit 1da1335

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.en.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ Usually, occasional errors can be ignored. The reasons may be: 1. Network proble
100100
```
101101
docker run -d \
102102
--name=qbittorrent-clientblocker --network=bridge --restart unless-stopped \
103+
-e useENV=true \
103104
-e debug=false \
104105
-e logPath=logs \
105106
-e blockList='["ExampleBlockList1", "ExampleBlockList2"]' \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
```
101101
docker run -d \
102102
--name=qbittorrent-clientblocker --network=bridge --restart unless-stopped \
103+
-e useENV=true \
103104
-e debug=false \
104105
-e logPath=logs \
105106
-e blockList='["ExampleBlockList1", "ExampleBlockList2"]' \

0 commit comments

Comments
 (0)