xushiyan commented on issue #4985:
URL: https://github.com/apache/hudi/issues/4985#issuecomment-1063744961
haven't tried myself but would this work? @Aalron
```
hive-metastore-postgresql:
image: menorah84/hive-metastore-postgresql:2.3.0
platform: linux/arm64
environment:
- POSTGRES_HOST_AUTH_METHOD=trust
volumes:
- hive-metastore-postgresql:/var/lib/postgresql
hostname: hive-metastore-postgresql
container_name: hive-metastore-postgresql
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]