chore: 将MySQL容器名称从prod-mysql改为Dev-MySQL

This commit is contained in:
cnphpbb
2026-01-22 15:01:16 +08:00
parent 15e4b5eac5
commit ca8c1c8499

View File

@@ -4,7 +4,7 @@
services:
mysql:
image: ${IMAGE_TAG_V9}
container_name: prod-mysql
container_name: Dev-MySQL
restart: always
environment:
- MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD}