Skip to content

Instantly share code, notes, and snippets.

@licsber
Created January 18, 2021 17:06
Show Gist options
  • Select an option

  • Save licsber/10c8f60ab1aa0cdca32dd5e6a6a2f268 to your computer and use it in GitHub Desktop.

Select an option

Save licsber/10c8f60ab1aa0cdca32dd5e6a6a2f268 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
sudo docker run --rm -d \
--name=pt \
-e PUID=$(id -u) \
-e PGID=$(id -g) \
-e WEBUI_PORT=9000 \
-p 9000:9000 \
-p 46000:46000 \
-p 46000:46000/udp \
-v $(pwd)/config:/config \
-v $(pwd)/down:/downloads \
linuxserver/qbittorrent
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment