cavemenlife
Results
1
comments of
cavemenlife
docker configuration version: '3' services: zookeeper1: image: confluentinc/cp-zookeeper:5.1.0 hostname: zookeeper1 ports: - "2181:2181" - "2888:2888" - "3888:3888" environment: ZOOKEEPER_SERVER_ID: 1 ZOOKEEPER_SERVERS: 0.0.0.0:2888:3888 ZOOKEEPER_CLIENT_PORT: 2181 ZOOKEEPER_TICK_TIME: 2000 logging: driver: "json-file" options:...