From 0ea4121701934bc91996b57e42eccce4c54ec3f4 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Thu, 12 Feb 2026 12:50:31 +0100 Subject: [PATCH] fixed paste --- templates/actualbudget/docker-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/actualbudget/docker-compose.yml b/templates/actualbudget/docker-compose.yml index 5cc870b..0bfc900 100644 --- a/templates/actualbudget/docker-compose.yml +++ b/templates/actualbudget/docker-compose.yml @@ -21,7 +21,8 @@ services: networks: - traefik-public healthcheck: - test: ["CMD", "node", "-e", "const http = require('http'); http.get('http://localhost:5006/', (r) => { process.exit(r.statusCode === 200 ? 0 : 1) }).on('error', () => process.exit(1))"] interval: 30s + test: ["CMD", "node", "-e", "const http = require('http'); http.get('http://localhost:5006/', (r) => { process.exit(r.statusCode === 200 ? 0 : 1) }).on('error', () => process.exit(1))"] + interval: 30s timeout: 5s retries: 3 start_period: 10s