Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot
eebf829432 Update docker.io/actualbudget/actual-server Docker tag to v25.6.1 2025-06-05 00:01:12 +00:00

View File

@ -105,7 +105,7 @@ services:
- "traefik.http.routers.testweb.entrypoints=websecure"
- "traefik.http.routers.testweb.tls.certresolver=myresolver"
actual_server:
image: docker.io/actualbudget/actual-server:25.5.0
image: docker.io/actualbudget/actual-server:25.6.1
ports:
# 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.