java, (edited )

<span style="color:#323232;">$ cat Projects/qbittorrent/docker-compose.yml 
</span><span style="color:#323232;">version: "2.1"
</span><span style="color:#323232;">services:
</span><span style="color:#323232;">  qbittorrent:
</span><span style="color:#323232;">    image: lscr.io/linuxserver/qbittorrent:latest
</span><span style="color:#323232;">    container_name: qbittorrent
</span><span style="color:#323232;">    environment:
</span><span style="color:#323232;">      - PUID=1000
</span><span style="color:#323232;">      - PGID=1000
</span><span style="color:#323232;">      - TZ=Europe/Berlin
</span><span style="color:#323232;">      - WEBUI_PORT=8081
</span><span style="color:#323232;">    volumes:
</span><span style="color:#323232;">      - /path/to/appdata/config:/config
</span><span style="color:#323232;">      - /home/username/Downloads/Torrents:/downloads
</span><span style="color:#323232;">    ports:
</span><span style="color:#323232;">      - 8081:8081
</span><span style="color:#323232;">      - 6881:6881
</span><span style="color:#323232;">      - 6881:6881/udp
</span><span style="color:#323232;">    restart: unless-stopped
</span>

The whole server is running under the VPN.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • piracy@lemmy.dbzer0.com
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #