mirror of
https://github.com/Viren070/docker-compose-template.git
synced 2025-12-01 23:17:00 +01:00
fix(plausible): update healthcheck user to match database user
closes #4 2/2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user