mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
13 lines
279 B
YAML
13 lines
279 B
YAML
services:
|
|
actualbudget:
|
|
image: docker.io/actualbudget/actual-server:latest
|
|
environment:
|
|
# See all options at https://actualbudget.org/docs/config
|
|
- ACTUAL_PORT=5006
|
|
volumes:
|
|
- actual-data:/data
|
|
restart: unless-stopped
|
|
|
|
volumes:
|
|
actual-data:
|