apache / apisix-docker

the docker for Apache APISIX
https://apisix.apache.org/
Apache License 2.0
682 stars 437 forks source link

transport: Error while dialing dial tcp 127.0.0.1:2379: connect: connection refused #554

Closed Jinxin231 closed 5 days ago

Jinxin231 commented 1 month ago

When I start apisix-dashboard via docker, an error occurs.

"transport: Error while dialing dial tcp 127.0.0.1:2379: connect: connection refused"

This is my config

` version: "3"

services: apisix: image: apache/apisix:${APISIX_IMAGE_TAG:-3.9.0-debian} restart: always volumes:

networks: apisix: driver: bridge

volumes: etcd_data: driver: local `

and dashboard config

'conf: listen: host: 0.0.0.0 # manager api listening ip or host name port: 9000 # manager api listening port allow_list: # If we don't set any IP list, then any IP access is allowed by default.

plugins: # plugin list (sorted in alphabetical order)

shrijit04 commented 1 month ago

i am getting a similar error. "Request etcd endpoint 'http://127.0.0.1:2379/version' error, connection refused"

github-actions[bot] commented 2 weeks ago

This issue has been marked as stale due to 30 days of inactivity. It will be closed in 2 weeks if no further activity occurs. If this issue is still relevant, please simply write any comment. Even if closed, you can still revive the issue at any time or discuss it on the dev@apisix.apache.org list. Thank you for your contributions.

github-actions[bot] commented 5 days ago

This issue has been closed due to lack of activity. If you think that is incorrect, or the issue requires additional review, you can revive the issue at any time.