Couchbase群集创建问题

时间:2018-11-23 07:32:52

标签: couchbase

我已经使用docker-compose文件在Docker上安装了Couchbase。

version: '2'
services:
  couchbase-server:
    container_name: project-couchbase
    image: couchbase/server
    ports:
      - 4369:4369
      - 8091:8091
      - 8092:8092
      - 8093:8093
      - 8094:8094
      - 11210:11210
      - 11211:11211
    volumes:
      - $HOME/couchbasesql:/var/lib/couchbase/data

安装进行得很好,但是在创建集群IP时创建集群时,出现以下错误

enter image description here

我在google上使用了所有解决方案,但我仍然停留在这里,它占用了127.0.0.1,但不是Couchbase集群所需的机器IP。 有人可以帮我吗?

0 个答案:

没有答案