From e10a380651ba255a26e58971cc463b2c7b0d0b81 Mon Sep 17 00:00:00 2001 From: ruslandoga <67764432+ruslandoga@users.noreply.github.com> Date: Fri, 27 Sep 2024 15:17:57 +0700 Subject: [PATCH] remove start_interval --- compose.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/compose.yml b/compose.yml index 19b1706..12bb070 100644 --- a/compose.yml +++ b/compose.yml @@ -8,7 +8,6 @@ services: - POSTGRES_PASSWORD=postgres healthcheck: test: ["CMD-SHELL", "pg_isready -U postgres"] - start_interval: 2s start_period: 1m plausible_events_db: @@ -27,7 +26,6 @@ services: hard: 262144 healthcheck: test: ["CMD-SHELL", "wget --no-verbose --tries=1 --spider http://127.0.0.1:8123/ping || exit 1"] - start_interval: 2s start_period: 1m plausible: