diff --git a/docker-compose.yml b/docker-compose.yml index f5185e95..678ce785 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -31,7 +31,7 @@ services: volumes: - tb-data:/var/lib/postgresql/data healthcheck: - test: ["CMD-SHELL", "pg_isready -U postgres"] + test: ["CMD-SHELL", "pg_isready -U gorm"] interval: 10s timeout: 5s retries: 5 diff --git a/test/multiple-minio-buckets/docker-compose.yml b/test/multiple-minio-buckets/docker-compose.yml index 08cc55bb..682b4742 100644 --- a/test/multiple-minio-buckets/docker-compose.yml +++ b/test/multiple-minio-buckets/docker-compose.yml @@ -57,7 +57,7 @@ services: volumes: - tb-data:/var/lib/postgresql/data healthcheck: - test: ["CMD-SHELL", "pg_isready -U postgres"] + test: ["CMD-SHELL", "pg_isready -U gorm"] interval: 10s timeout: 5s retries: 5 diff --git a/test/single-minio-bucket/docker-compose.yml b/test/single-minio-bucket/docker-compose.yml index 7cdf5505..ac727806 100755 --- a/test/single-minio-bucket/docker-compose.yml +++ b/test/single-minio-bucket/docker-compose.yml @@ -50,7 +50,7 @@ services: volumes: - tb-data:/var/lib/postgresql/data healthcheck: - test: ["CMD-SHELL", "pg_isready -U postgres"] + test: ["CMD-SHELL", "pg_isready -U gorm"] interval: 10s timeout: 5s retries: 5