Skip to main content

Installation

The service can be installed through the Portainer web interface. 

Learn about creating a new stack.

Docker Compose

Use the following code to install the service:

---
services:
  actual-server:slskd:
    image: docker.io/actualbudget/actual-server:latest
    container_name: actual-serverslskd/slskd
    network_mode: bridge
    container_name: slskd
    ports:
      - "5040:5030"
      - "5031:5031"
      - "50300:50300"
    environment:
      - TZ=America/VancouverSLSKD_REMOTE_CONFIGURATION=true
    volumes:
      # Persistent Data
      - /srv/actual-budget:slskd:/dataapp

      ports:# Download Folders
      - 5006:5006/mnt/downloads/complete:/downloads/complete
      - /mnt/downloads/incomplete:/downloads/incomplete
    restart: unless-stopped

Environment

Use the following environment to configure the service using the values prepared earlier:

TZ=America/Vancouver