Skip to content

Commit ebb190a

Browse files
Update analytics/docker-compose.yml
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
1 parent 731657f commit ebb190a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analytics/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ services:
5151
- POSTGRES_DB=metabase
5252
- POSTGRES_PASSWORD=${METABASE_DB_PASSWORD:-metabase_secure_password}
5353
healthcheck:
54-
test: ['CMD-SHELL', 'pg_isready -U metabase -d metabaseappdb']
54+
test: ['CMD-SHELL', 'pg_isready -U postgres -d metabase']
5555
interval: 10s
5656
timeout: 5s
5757
retries: 5

0 commit comments

Comments
 (0)