We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a77fb57 + 163f36d commit a66e1ceCopy full SHA for a66e1ce
commands/actualbudget/docker-run.md
@@ -0,0 +1,11 @@
1
+---
2
+repo: "https://github.com/actualbudget/actual"
3
+category: "Finance"
4
+logo: null # Optional - provide URL to logo if available
5
6
+
7
+# Docker Run Command
8
9
+```bash
10
+docker run --pull=always --restart=unless-stopped -d -p 5006:5006 -v ./actual-data:/data actualbudget/actual-server:latest
11
+```
0 commit comments