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:metube:
    image: docker.io/actualbudget/actual-server:latestalexta69/metube
    container_name: actual-servermetube
    network_mode:restart: bridgeunless-stopped
    environment:ports:
      - TZ=America/Vancouver"8081:8081"
    volumes:
      # PersistentDownload DataFolders
      - /srv/actual-budget:mnt/downloads:/data
    ports:
      - 5006:5006
    restart: unless-stoppeddownloads

Environment

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

TZ=America/Vancouver