From f6f82840bb19b02a7ea2733cb7240de02201c0d6 Mon Sep 17 00:00:00 2001 From: marlon Date: Thu, 25 Sep 2025 22:59:14 -0400 Subject: [PATCH] typo fix --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 69ec623..ad18fb8 100644 --- a/compose.yml +++ b/compose.yml @@ -41,7 +41,7 @@ services: - "backupbot.backup.path=/var/www/localhost/htdocs/openemr/sites:/var/log" healthcheck: test: ["CMD", "curl", "-f", "http://localhost"] - interval: 30sopen + interval: 30s timeout: 10s retries: 10 start_period: 1m