update qbit version to fix no password problem (#359)
This commit is contained in:
parent
710751eede
commit
ceb124c9c3
|
@ -6,7 +6,7 @@ services:
|
||||||
PUID: $PUID
|
PUID: $PUID
|
||||||
TZ: $TZ
|
TZ: $TZ
|
||||||
UMASK: "002"
|
UMASK: "002"
|
||||||
image: hotio/qbittorrent:release-4.6.1
|
image: hotio/qbittorrent:release-4.6.2
|
||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
reservations:
|
reservations:
|
||||||
|
@ -107,7 +107,7 @@ x-casaos:
|
||||||
| Username | Password |
|
| Username | Password |
|
||||||
|----------|----------|
|
|----------|----------|
|
||||||
| `admin` | `adminadmin` |
|
| `admin` | `adminadmin` |
|
||||||
|
Passwords need to be viewed in the log
|
||||||
Default Accessible Path in qBittorrent
|
Default Accessible Path in qBittorrent
|
||||||
|
|
||||||
| Name | Value |
|
| Name | Value |
|
||||||
|
@ -124,7 +124,7 @@ x-casaos:
|
||||||
| 用户名 | 密码 |
|
| 用户名 | 密码 |
|
||||||
|----------|----------|
|
|----------|----------|
|
||||||
| `admin` | `adminadmin` |
|
| `admin` | `adminadmin` |
|
||||||
|
需要在日志中查看密码
|
||||||
qBittorrent 默认可访问路径
|
qBittorrent 默认可访问路径
|
||||||
|
|
||||||
| 名称 | 值 |
|
| 名称 | 值 |
|
||||||
|
|
Loading…
Reference in New Issue