diff --git a/apps/plausible/compose.yaml b/apps/plausible/compose.yaml index 3588b1d..b5acd8d 100644 --- a/apps/plausible/compose.yaml +++ b/apps/plausible/compose.yaml @@ -65,7 +65,7 @@ services: POSTGRES_USER: plausible POSTGRES_PASSWORD: plausible healthcheck: - test: ["CMD-SHELL", "pg_isready -U postgres"] + test: ["CMD-SHELL", "pg_isready -U plausible"] start_period: 1m profiles: - plausible