From 93399ca574ad5e16449c875b0fa9880ab8a9964a Mon Sep 17 00:00:00 2001 From: ak95 Date: Tue, 17 Sep 2024 20:44:51 -0700 Subject: [PATCH] updated README --- Makefile | 2 +- README.md | 19 ++++++++----------- 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/Makefile b/Makefile index 9fdd6ba..7f69941 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/README.md b/README.md index bece38a..7496c08 100644 --- a/README.md +++ b/README.md @@ -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]. -[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 [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