From ecdc2de7e8228b4b8d0bc502d931bc0edee3e38f Mon Sep 17 00:00:00 2001 From: RealStickman Date: Fri, 12 May 2023 15:54:34 +0200 Subject: [PATCH] Update actualbudget command --- pages/02.linux/actualbudget/default.en.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pages/02.linux/actualbudget/default.en.md b/pages/02.linux/actualbudget/default.en.md index 462f301..b151a4c 100644 --- a/pages/02.linux/actualbudget/default.en.md +++ b/pages/02.linux/actualbudget/default.en.md @@ -7,10 +7,12 @@ visible: false ## Notes -``` -podman run -itd --name actualbudget -p 5006:5006 ghcr.io/actualbudget/actual-server:latest-alpine -``` - https://github.com/actualbudget/actual-server#persisting-server-data https://actualbudget.github.io/docs/Installing/Docker#launch-container-using-docker-command + +``` +podman run -d --name actualbudget -p 5006:5006 \ + -v /mnt/actualbudget:/data \ + ghcr.io/actualbudget/actual-server:latest-alpine +```