Installation
Actual BudgetqBittorrent can be installed by following the Portainer guide for creating a new stack. Learn about configuring a Docker stacks and then use the following Docker Compose code to run this app:
---
services:
actual-server:qbittorrent:
image: docker.lscr.io/actualbudget/actual-server:linuxserver/qbittorrent:latest
container_name: actual-server
network_mode: bridgeqbittorrent
environment:
- PUID=1000
- PGID=1000
- TZ=America/Vancouver
- WEBUI_PORT=9191
- TORRENTING_PORT=6881
volumes:
# Persistent Data
- /srv/actual-budget:qbittorrent:/dataconfig
ports:# Download Folders
- 5006:5006/mnt/downloads:/downloads/
restart: unless-stopped