updated README
This commit is contained in:
parent
f07d2ebcdb
commit
93399ca574
2 changed files with 9 additions and 12 deletions
2
Makefile
2
Makefile
|
|
@ -2,7 +2,7 @@ LIBTORRENT_VERSION = $(shell jq -r '.libtorrent' ./latest.json)
|
||||||
QBITTORRENT_VERSION = $(shell jq -r '.qbittorrent' ./latest.json)
|
QBITTORRENT_VERSION = $(shell jq -r '.qbittorrent' ./latest.json)
|
||||||
|
|
||||||
CMD = /usr/bin/docker
|
CMD = /usr/bin/docker
|
||||||
IMAGE = mogeko/qbittorrent
|
IMAGE = ak95888/qbittorrent-rootless
|
||||||
PORT = 8080
|
PORT = 8080
|
||||||
CONF_DIR = $(shell pwd)/example/config
|
CONF_DIR = $(shell pwd)/example/config
|
||||||
DL_DIR = $(shell pwd)/example/data
|
DL_DIR = $(shell pwd)/example/data
|
||||||
|
|
|
||||||
19
README.md
19
README.md
|
|
@ -1,6 +1,6 @@
|
||||||
# docker-qbittorrent
|
# docker-qbittorrent
|
||||||
|
|
||||||
[![ci_icon]][ci_link] [![image_size]][docker_link] [![image_ver]][docker_link] [![unstable]][docker_link]
|
[![image_size]][docker_link] [![image_ver]][docker_link]
|
||||||
|
|
||||||
Docker image for qBittorrent.
|
Docker image for qBittorrent.
|
||||||
|
|
||||||
|
|
@ -15,7 +15,7 @@ Docker image for qBittorrent.
|
||||||
Pull this image:
|
Pull this image:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
docker pull ghcr.io/mogeko/qbittorrent
|
docker pull ak95888/qbittorrent-rootless
|
||||||
```
|
```
|
||||||
|
|
||||||
Run with docker cli:
|
Run with docker cli:
|
||||||
|
|
@ -31,7 +31,7 @@ docker run -d \
|
||||||
-v /path/to/config:/config \
|
-v /path/to/config:/config \
|
||||||
-v /path/to/downloads:/downloads \
|
-v /path/to/downloads:/downloads \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
ghcr.io/mogeko/qbittorrent
|
ak95888/qbittorrent-rootless
|
||||||
```
|
```
|
||||||
|
|
||||||
Run with [docker-compose]:
|
Run with [docker-compose]:
|
||||||
|
|
@ -41,7 +41,7 @@ Run with [docker-compose]:
|
||||||
version: 2.1
|
version: 2.1
|
||||||
services:
|
services:
|
||||||
qbittorrent:
|
qbittorrent:
|
||||||
image: ghcr.io/mogeko/qbittorrent
|
image: ak95888/qbittorrent-rootless
|
||||||
container_name: qbittorrent
|
container_name: qbittorrent
|
||||||
user: 1000:100 #optional
|
user: 1000:100 #optional
|
||||||
environment:
|
environment:
|
||||||
|
|
@ -74,7 +74,7 @@ The `qbittorrent-nox`'s options may be supplied via environment variables[^2]. F
|
||||||
More help message about `qbittorrent-nox`, you can get via:
|
More help message about `qbittorrent-nox`, you can get via:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
docker run -it ghcr.io/mogeko/qbittorrent --help
|
docker run -it ak95888/qbittorrent-rootless --help
|
||||||
```
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
@ -89,15 +89,12 @@ The code in this project is released under the [GPL-3.0 License][license].
|
||||||
|
|
||||||
<!-- badge -->
|
<!-- badge -->
|
||||||
|
|
||||||
[ci_icon]: https://github.com/mogeko/docker-qbittorrent/actions/workflows/auto-update.yml/badge.svg
|
|
||||||
[ci_link]: https://github.com/mogeko/docker-qbittorrent/actions/workflows/auto-update.yml
|
|
||||||
[image_size]: https://img.shields.io/docker/image-size/mogeko/qbittorrent/latest?logo=docker
|
[image_size]: https://img.shields.io/docker/image-size/mogeko/qbittorrent/latest?logo=docker
|
||||||
[image_ver]: https://img.shields.io/docker/v/mogeko/qbittorrent/latest?label=latest&logo=docker
|
[image_ver]: https://img.shields.io/docker/v/ak95888/qbittorrent-rootless/latest?label=latest&logo=docker
|
||||||
[unstable]: https://img.shields.io/docker/v/mogeko/qbittorrent?label=edge&logo=docker
|
[docker_link]: https://hub.docker.com/r/ak95888/qbittorrent-rootless
|
||||||
[docker_link]: https://hub.docker.com/r/mogeko/qbittorrent
|
|
||||||
|
|
||||||
<!-- links -->
|
<!-- links -->
|
||||||
|
|
||||||
[docker-compose]: https://docs.docker.com/compose
|
[docker-compose]: https://docs.docker.com/compose
|
||||||
[license]: https://github.com/mogeko/docker-qbittorrent/blob/master/LICENSE
|
[license]: https://codeberg.org/ak95/docker-qbittorrent/src/branch/master/LICENSE
|
||||||
[podman]: https://podman.io
|
[podman]: https://podman.io
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue