diff --git a/webapp/qbittorrent/.env.example b/webapp/qbittorrent/.env.example deleted file mode 100644 index 4ca3ace..0000000 --- a/webapp/qbittorrent/.env.example +++ /dev/null @@ -1,5 +0,0 @@ -PUID= -PGID= -TZ= -WEBUI_PORT= -TORRENTING_PORT= \ No newline at end of file diff --git a/webapp/qbittorrent/compose.yml b/webapp/qbittorrent/compose.yml deleted file mode 100644 index c272f44..0000000 --- a/webapp/qbittorrent/compose.yml +++ /dev/null @@ -1,14 +0,0 @@ -services: - qbittorrent: - image: lscr.io/linuxserver/qbittorrent:latest - container_name: qbittorrent - hostname: qbittorrent.jojo - volumes: - - ./config:/config - # - /mnt/c/Users/$USER/Downloads/:/downloads #optional - - ~/Downloads/:/downloads - ports: - - 5555:8080 - - 6881:6881 - - 6881:6881/udp - restart: unless-stopped