修改 docker 配置文件
This commit is contained in:
parent
44d5ff4d94
commit
0491ca70f8
|
@ -12,7 +12,7 @@ services:
|
|||
volumes:
|
||||
- ${DOCKER_DATA_PATH}/mysql:/var/lib/mysql
|
||||
- ${SQL_SCRIPT_PATH}/xxl-job-structure.sql:/docker-entrypoint-initdb.d/0000.sql
|
||||
- ${SQL_SCRIPT_PATH}/gns_notification.sql:/docker-entrypoint-initdb.d/0001.sql
|
||||
- ${SQL_SCRIPT_PATH}/gns-notification.sql:/docker-entrypoint-initdb.d/0001.sql
|
||||
ports:
|
||||
- ${MYSQL_LOCAL_PORT}:3306
|
||||
networks:
|
||||
|
|
Loading…
Reference in New Issue