weijinglin commented on issue #291:
URL: 
https://github.com/apache/incubator-hugegraph-ai/issues/291#issuecomment-3118419884

   Well done, that's a bug. But the .env under hugegraph-llm directory is used 
for storing user config & the .env under docker directory is used for 
dockerfile configuration. you can just run these commands before setup docker 
containers.
   ```
   cd hugegraph-llm
   rm -rf .env
   touch .env
   cd ../docker
   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]

Reply via email to