|
@@ -8,17 +8,11 @@ services:
|
|
|
restart: always
|
|
restart: always
|
|
|
container_name: happy-cloud-mysql
|
|
container_name: happy-cloud-mysql
|
|
|
image: happy-cloud-mysql
|
|
image: happy-cloud-mysql
|
|
|
- command:
|
|
|
|
|
- --character-set-server=utf8mb4
|
|
|
|
|
- --collation-server=utf8mb4_general_ci
|
|
|
|
|
- --explicit_defaults_for_timestamp=true
|
|
|
|
|
- --lower_case_table_names=1
|
|
|
|
|
- --max_allowed_packet=128M
|
|
|
|
|
- --sql-mode=STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
|
|
|
|
|
ports:
|
|
ports:
|
|
|
- 3309:3306
|
|
- 3309:3306
|
|
|
volumes:
|
|
volumes:
|
|
|
- /mnt/product/cloud/mysql/data:/var/lib/mysql #挂载 MySQL数据
|
|
- /mnt/product/cloud/mysql/data:/var/lib/mysql #挂载 MySQL数据
|
|
|
|
|
+ - /mnt/product/cloud/mysql/conf/my.cnf:/etc/mysql/my.cnf #挂载 mysql配置
|
|
|
hostname: happy-cloud-mysql
|
|
hostname: happy-cloud-mysql
|
|
|
networks:
|
|
networks:
|
|
|
- custom_net
|
|
- custom_net
|