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