锦水项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
557 B

6 years ago
version: "3.7"
services:
mysql-master:
container_name: mysql-master
image: mysql:5.7
environment:
TZ: Asia/Shanghai
MYSQL_ROOT_PASSWORD: epdc!elink1405
MYSQL_LOWER_CASE_TABLE_NAMES: 1
volumes:
- /etc/localtime:/etc/localtime
- /etc/timezone:/etc/timezone
- /mnt/epdc/mysql/data:/var/lib/mysql
- /mnt/epdc/mysql/conf/mysql.conf.cnf:/etc/mysql/conf.d/mysql.conf.cnf
restart: always
networks:
epdc_network:
ipv4_address: 172.19.0.2
networks:
epdc_network:
external: true