Merge pull request 'Update docker.io/actualbudget/actual-server Docker tag to v25' (#41) from renovate/docker.io-actualbudget-actual-server-25.x into main
Some checks failed
Ansible Deploy / Homelab-Deploy (ansible/buildHomelab.yaml) (push) Has been cancelled

Reviewed-on: #41
This commit is contained in:
justus 2025-03-24 07:47:09 -04:00
commit 3b57400519

View File

@ -105,7 +105,7 @@ services:
- "traefik.http.routers.testweb.entrypoints=websecure" - "traefik.http.routers.testweb.entrypoints=websecure"
- "traefik.http.routers.testweb.tls.certresolver=myresolver" - "traefik.http.routers.testweb.tls.certresolver=myresolver"
actual_server: actual_server:
image: docker.io/actualbudget/actual-server:24.11.0 image: docker.io/actualbudget/actual-server:25.3.1
ports: ports:
# This line makes Actual available at port 5006 of the device you run the server on, # This line makes Actual available at port 5006 of the device you run the server on,
# i.e. http://localhost:5006. You can change the first number to change the port, if you want. # i.e. http://localhost:5006. You can change the first number to change the port, if you want.