chore: 本机换为3307端口防止冲突

This commit is contained in:
Leon
2026-01-09 21:06:53 +08:00
parent 8f8314b8dc
commit cdcdb9348f

View File

@@ -9,7 +9,7 @@ services:
MYSQL_DATABASE: "feedsystem"
TZ: "Asia/Shanghai"
ports:
- "3306:3306"
- "3307:3306"
volumes:
- mysql_data:/var/lib/mysql
command: