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:amule:
image: docker.io/actualbudget/actual-server:latestngosang/amule
container_name: actual-server
network_mode: bridgeamule
environment:
- PUID=1000
- PGID=1000
- TZ=America/Vancouver
- GUI_PWD=
- WEBUI_PWD=
- MOD_AUTO_RESTART_ENABLED=true
- MOD_AUTO_RESTART_CRON=0 6 * * *
- MOD_AUTO_SHARE_ENABLED=false
- MOD_AUTO_SHARE_DIRECTORIES=/incoming
- MOD_FIX_KAD_GRAPH_ENABLED=true
- MOD_FIX_KAD_BOOTSTRAP_ENABLED=true
ports:
- "4711:4711"
- "4712:4712"
- "4662:4662"
- "4665:4665/udp"
- "4672:4672/udp"
volumes:
# Persistent Data
- /srv/actual-budget:amule:/datahome/amule/.aMule
ports:# Download Folders
- 5006:5006/mnt/downloads/incoming:/incoming
- /mnt/downloads/temp:/temp
restart: unless-stopped
Environment
Use the following environment to configure the service using the values prepared earlier:
TZ=America/Vancouver