xuhui-lu commented on code in PR #313:
URL: https://github.com/apache/iceberg-go/pull/313#discussion_r2024040930
##########
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:
I use the alternative here since it will break the service when I try to
port it to 10000. I guess it might have a conflict with existing resources.
##########
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:
fixed.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]