zhangyao
Results
1
issues of
zhangyao
when I use docker-compose yml configure container like this: ``` version: '2.0' services: mongo: image: emqttd:master hostname: emqttd ports: - "18083:18083" - "1883:1883" - "8083:8083" - "8883:8883" environment: - EMQ_CLUSTER__DISCOVERY=k8s...
duplicate