mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 00:00:13 -08:00
instructions on viewing download client logs
This commit is contained in:
14
README.md
14
README.md
@@ -1,6 +1,18 @@
|
||||
# Start container
|
||||
|
||||
Execute command.
|
||||
|
||||
```bash
|
||||
cd media
|
||||
docker compose up -d
|
||||
```
|
||||
```
|
||||
|
||||
Navigate to http://localhost:8080 to access download client's WebUI.
|
||||
|
||||
# View download client logs
|
||||
|
||||
Open console for the download client and run this command.
|
||||
|
||||
```bash
|
||||
tail -f config/qBittorrent/logs/qbittorrent.log
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user