This commit is contained in:
Dziad Borowy 2022-11-30 11:37:03 +00:00
parent 1990778eaa
commit 6a3b2fcb7a

View File

@ -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