instructions on viewing download client logs

This commit is contained in:
Peter Wood
2022-07-06 10:49:22 -04:00
parent 7848ef8787
commit 33ff87687b

View File

@@ -1,6 +1,18 @@
# Start container
Execute command. Execute command.
```bash ```bash
cd media cd media
docker compose up -d docker compose up -d
``` ```
Navigate to http://localhost:8080 to access download client's WebUI. 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
```