創建docker-compose.yml文件. version: '2' services: zookeeper: image: wurstmeister/zookeeper ports: - "2181:2181" restart: always kafka: ...
確定! 回上一頁