imbajin commented on code in PR #283: URL: https://github.com/apache/incubator-hugegraph-ai/pull/283#discussion_r2200265823
########## README.md: ########## @@ -35,7 +35,7 @@ cd incubator-hugegraph-ai cp docker/env.template docker/.env # Edit docker/.env to set your PROJECT_PATH cd docker -docker-compose -f docker-compose-network.yml up -d +docker compose -f docker-compose-network.yml up -d Review Comment: ```suggestion # same as `docker-compose` (Legacy) docker compose -f docker-compose-network.yml up -d ``` -- 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]
