1
1
Fork 0

actualbudget: upgrade to 25.2.1

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2025-02-06 20:41:26 -06:00
parent 2e55702e49
commit a169bf2511
Signed by: Myned
GPG key ID: C7224454F7881A34

View file

@ -15,7 +15,7 @@ in {
virtualisation.arion.projects.actualbudget.settings.services = {
actualbudget.service = {
container_name = "actualbudget";
image = "actualbudget/actual-server:25.2.0";
image = "actualbudget/actual-server:25.2.1";
ports = ["127.0.0.1:5006:5006"];
restart = "unless-stopped";
volumes = ["${config.custom.containers.directory}/actualbudget/data:/data"];