From 5a19163c7f71960689748e479580a6ab7ae1a6c7 Mon Sep 17 00:00:00 2001 From: Kim Brian Ramberg Date: Tue, 14 Oct 2025 13:54:18 +0200 Subject: [PATCH] - --- qbittorrent/down.sh | 1 + qbittorrent/running.sh | 2 ++ qbittorrent/up.sh | 1 + 3 files changed, 4 insertions(+) create mode 100755 qbittorrent/down.sh create mode 100755 qbittorrent/running.sh create mode 100755 qbittorrent/up.sh diff --git a/qbittorrent/down.sh b/qbittorrent/down.sh new file mode 100755 index 0000000..36f5aa9 --- /dev/null +++ b/qbittorrent/down.sh @@ -0,0 +1 @@ +docker compose down diff --git a/qbittorrent/running.sh b/qbittorrent/running.sh new file mode 100755 index 0000000..2c94dd9 --- /dev/null +++ b/qbittorrent/running.sh @@ -0,0 +1,2 @@ +# Is qBittorrent running +docker ps | grep qbittorrent diff --git a/qbittorrent/up.sh b/qbittorrent/up.sh new file mode 100755 index 0000000..e6fb3f1 --- /dev/null +++ b/qbittorrent/up.sh @@ -0,0 +1 @@ +docker compose up -d