shell-nlp commented on issue #2904:
URL: 
https://github.com/apache/incubator-hugegraph/issues/2904#issuecomment-3516341775

   启动的docker compose 如下:
   
   ```yml
   
   version: '3'
   services:
     server:
       image: docker.1ms.run/hugegraph/hugegraph:latest
       container_name: server
       environment:
         - PASSWORD=hugegraph@2025
       #  - PASSWORD=xxx 为可选参数,设置的时候可以开启鉴权模式,并设置密码
         - PRELOAD=true
       #  - PRELOAD=true 为可选参数,为 True 时可以在启动的时候预加载一个内置的样例图
       ports:
       # swagger: http://localhost:8080/swagger-ui/index.html
         - 58080:8080
   ```
   
   我发现如果 去掉 environment的   - PASSWORD=hugegraph@2025 和   - PRELOAD=true 是正常启动的


-- 
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