updated README

This commit is contained in:
ak95 2024-09-17 20:44:51 -07:00
parent f07d2ebcdb
commit 93399ca574
2 changed files with 9 additions and 12 deletions

View file

@ -2,7 +2,7 @@ LIBTORRENT_VERSION = $(shell jq -r '.libtorrent' ./latest.json)
QBITTORRENT_VERSION = $(shell jq -r '.qbittorrent' ./latest.json)
CMD = /usr/bin/docker
IMAGE = mogeko/qbittorrent
IMAGE = ak95888/qbittorrent-rootless
PORT = 8080
CONF_DIR = $(shell pwd)/example/config
DL_DIR = $(shell pwd)/example/data

View file

@ -1,6 +1,6 @@
# 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.
@ -15,7 +15,7 @@ Docker image for qBittorrent.
Pull this image:
```shell
docker pull ghcr.io/mogeko/qbittorrent
docker pull ak95888/qbittorrent-rootless
```
Run with docker cli:
@ -31,7 +31,7 @@ docker run -d \
-v /path/to/config:/config \
-v /path/to/downloads:/downloads \
--restart unless-stopped \
ghcr.io/mogeko/qbittorrent
ak95888/qbittorrent-rootless
```
Run with [docker-compose]:
@ -41,7 +41,7 @@ Run with [docker-compose]:
version: 2.1
services:
qbittorrent:
image: ghcr.io/mogeko/qbittorrent
image: ak95888/qbittorrent-rootless
container_name: qbittorrent
user: 1000:100 #optional
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:
```shell
docker run -it ghcr.io/mogeko/qbittorrent --help
docker run -it ak95888/qbittorrent-rootless --help
```
## License
@ -89,15 +89,12 @@ The code in this project is released under the [GPL-3.0 License][license].
<!-- 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_ver]: https://img.shields.io/docker/v/mogeko/qbittorrent/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/mogeko/qbittorrent
[image_ver]: https://img.shields.io/docker/v/ak95888/qbittorrent-rootless/latest?label=latest&logo=docker
[docker_link]: https://hub.docker.com/r/ak95888/qbittorrent-rootless
<!-- links -->
[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