Skip to content

Commit c4cb5f8

Browse files
committed
Healtcheck fix
1 parent cd973a7 commit c4cb5f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ services:
100100
POSTGRES_USER: otel_user
101101
POSTGRES_PASSWORD: otel_passwd
102102
healthcheck:
103-
test: pg_isready
103+
test: psql -c 'SELECT 1' -h localhost -U otel_user otel_db
104104
interval: 30s
105105
timeout: 30s
106106
retries: 3

0 commit comments

Comments
 (0)