fix(plausible): update healthcheck user to match database user

closes #4 2/2
This commit is contained in:
Viren070
2025-04-17 20:31:01 +01:00
parent 530f50175b
commit 20ada918d6
+1 -1
View File
@@ -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