xuhui-lu commented on code in PR #313: URL: https://github.com/apache/iceberg-go/pull/313#discussion_r2023478884
########## dev/docker-compose.yml: ########## @@ -65,6 +65,13 @@ services: - 9001:9001 - 9000:9000 command: ["server", "/data", "--console-address", ":9001"] + azurite: + image: mcr.microsoft.com/azure-storage/azurite + container_name: azurite + hostname: azurite + ports: + - 10010:10000 Review Comment: Turn to use port 11000 here. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org