Update actualbudget command
This commit is contained in:
parent
711e975be2
commit
ecdc2de7e8
@ -7,10 +7,12 @@ visible: false
|
|||||||
|
|
||||||
## Notes
|
## 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://github.com/actualbudget/actual-server#persisting-server-data
|
||||||
|
|
||||||
https://actualbudget.github.io/docs/Installing/Docker#launch-container-using-docker-command
|
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
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user