gxthrj commented on issue #90: URL: https://github.com/apache/apisix-docker/issues/90#issuecomment-736252433
@hyt05 I have two questions: 1. https://github.com/apache/apisix-docker/tree/master/example use docker-compose with network as below, make sure the `etcd` address can be reached. ```yaml networks: apisix: driver: bridge ipam: config: - subnet: 172.18.0.0/16 ``` 2. multi-etcd IPs can not be configured in a line , need to configure like this: ``` etcd: host: - "https://10.1.7.51:2379" - "https://10.1.7.52:2379" - "https://10.1.7.53:2379" ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
