lemonrains commented on issue #2733:
URL: 
https://github.com/apache/apisix-dashboard/issues/2733#issuecomment-1423525291

   @yinyuncan cc @Baoyuantop 
   I have fixed the issue.
   
   My compose file is same with you  before and works well,
   however, after upgrade, the config before can't run successfully.
   I changed the etcd config as following
   `
     etcd:
       image: bitnami/etcd:3.4.15
       container_name: etcd
       restart: always
       privileged: true
       volumes:
         - etcd_data:/bitnami/etcd
       environment:
         ETCD_ENABLE_V2: "true"
         ALLOW_NONE_AUTHENTICATION: "yes"
         ETCD_ADVERTISE_CLIENT_URLS: "http://etcd:2381";
         ETCD_LISTEN_CLIENT_URLS: "http://0.0.0.0:2381";
       ports:
         - "2381:2381/tcp"
       networks:
         apisix:
   `
   
   I config etcd with service name , so it works well with above config.
   I'm not sure if it should change to "http://10.0.0.80:2381"; in your 
environment


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

Reply via email to