【问题标题】:How can I change the Memgraph port when using Docker?How can I change the Memgraph port when using Docker?
【发布时间】:2022-12-27 22:18:02
【问题描述】:

When I run the Memgrpah platform, a MEmgraph runs on port 7687. I already use that port by another container. How can I change the Memgraph port?

【问题讨论】:

    标签: memgraphdb


    【解决方案1】:

    The Memgraph configuration is available in Docker's named volume mg_etc. On Linux systems, it should be in /var/lib/docker/volumes/mg_etc/_data/memgraph.conf. Keep in mind that this way of specifying configuration options is only valid if Memgraph was started using volumes.

    When using Docker, you can also specify the configuration options in the docker run command:

    docker run -p 7687:7687 memgraph/memgraph --log-level=TRACE
    

    【讨论】:

      猜你喜欢
      • 2022-12-01
      • 2022-12-27
      • 2022-12-02
      • 2022-12-27
      • 2022-12-27
      • 2022-12-27
      • 2022-12-27
      • 2022-12-27
      • 2022-12-19
      相关资源
      最近更新 更多