when I run `nhost dev --debug`
> Initializing Hasura client
> start timeout is set to 10m0s
> Stopping docker compose
> Starting docker compose
> Starting functions
> Starting postgres, graphql containers...
> Waiting for the graphql service to be ready
> Waiting for all containers to be up and running
I see `nhost/hasura-storage` servcice failed in docker-compose, some logs like:
```
2022-12-01 00:29:13 problem reading : Config File "hasura-storage" Not Found in "[/]"
2022-12-01 00:29:13 time="2022-11-30T16:29:13Z" level=info msg="storage version 0.3.0"
2022-12-01 00:29:13 time="2022-11-30T16:29:13Z" level=debug msg=parameters bind=":8576" debug=true hasura-endpoint="http://graphql:8080/v1" hasura-metadata=true postgres-migrations=true s3-bucket=nhost s3-endpoint="http://minio:9000" s3-region=no-region s3-root-folder= trusted-proxies="[]"
2022-12-01 00:29:13 time="2022-11-30T16:29:13Z" level=info msg="applying postgres migrations"
2022-12-01 00:29:13 time="2022-11-30T16:29:13Z" level=info msg="applying hasura metadata"
2022-12-01 00:29:13 time="2022-11-30T16:29:13Z" level=error msg="problem applying hasura metadata: problem adding metadata for the buckets table: status_code: 502\nresponse: "```
how to fix this problem? I can not run nhost local.