mirror of
https://github.com/tborychowski/self-hosted-cookbook.git
synced 2025-01-23 03:49:50 +00:00
qbit upd
This commit is contained in:
parent
1990778eaa
commit
6a3b2fcb7a
@ -1,5 +1,5 @@
|
|||||||
# qbittorrent
|
# qbittorrent
|
||||||
- ugly as hell
|
- linuxserver image allows theming with mods!
|
||||||
- less ugly with docker-mods theme
|
- less ugly with docker-mods theme
|
||||||
- probably the best (as of today)
|
- probably the best (as of today)
|
||||||
|
|
||||||
@ -17,7 +17,7 @@
|
|||||||
---
|
---
|
||||||
services:
|
services:
|
||||||
qbittorrent:
|
qbittorrent:
|
||||||
image: linuxserver/qbittorrent
|
image: lscr.io/linuxserver/qbittorrent:latest
|
||||||
container_name: qbittorrent
|
container_name: qbittorrent
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
@ -45,6 +45,9 @@ networks:
|
|||||||
gateway: 192.168.80.1
|
gateway: 192.168.80.1
|
||||||
```
|
```
|
||||||
|
|
||||||
|
and log-in with the default:
|
||||||
|
username: admin
|
||||||
|
password: adminadmin
|
||||||
|
|
||||||
## Tips & Tricks
|
## Tips & Tricks
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user