nebula-docker-compose icon indicating copy to clipboard operation
nebula-docker-compose copied to clipboard

centos7 docker-compose up报错

Open heshuguo opened this issue 4 years ago • 0 comments

(base) [consumer@localhost nebula-docker-compose]$ docker-compose up Starting nebuladockercompose_metad_1 ... Starting nebuladockercompose_metad_1 ... done Starting nebuladockercompose_graphd_1 ... Starting nebuladockercompose_storaged_1 ... Starting nebuladockercompose_graphd_1 Starting nebuladockercompose_storaged_1 ... done Attaching to nebuladockercompose_metad_1, nebuladockercompose_graphd_1, nebuladockercompose_storaged_1 storaged_1 | E0702 07:52:45.825525 47 MetaClient.cpp:513] Send request to [172.28.1.1:45500], exceed retry limit storaged_1 | E0702 07:52:45.827051 1 MetaClient.cpp:59] Heartbeat failed, status:RPC failure in MetaClient: N6apache6thrift9transport19TTransportExceptionE: AsyncSocketException: connect failed, type = Socket not open, errno = 111 (Connection refused): Connection refused

但是用docker-compose up -d, 可以启动成功

heshuguo avatar Jul 02 '20 08:07 heshuguo