ci: 🎡 docker compose

This commit is contained in:
GoCo 2025-08-12 19:51:39 +08:00
parent 880626acfc
commit 2334fae638

View File

@ -21,7 +21,7 @@ services:
- 25523:3306 - 25523:3306
# 添加数据卷挂载将MySQL数据持久化到宿主机目录 # 添加数据卷挂载将MySQL数据持久化到宿主机目录
volumes: volumes:
- ~/AIOL/mysql-jeecg:/var/lib/mysql - /home/visionx/AIOL/mysql-jeecg:/var/lib/mysql
networks: networks:
- jeecg-boot - jeecg-boot