You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- version: "3.8"
-
- services:
- mysql:
- image: mysql:8.0.30
- ports:
- - "3306:3306"
- environment:
- - MYSQL_ROOT_PASSWORD=root
- - MYSQL_DATABASE=spring-boot-demo
- zookeeper:
- image: zookeeper:3.8.0
- ports:
- - "2181:2181"
|