mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-10 18:02:55 +00:00
perf: 指定mariadb:10.7.3解决部分出现初始化数据库失败的情况
This commit is contained in:
parent
0147e7f1e1
commit
54d695f851
@ -61,7 +61,7 @@ services:
|
||||
|
||||
mariadb:
|
||||
container_name: "dootask-mariadb-${APP_ID}"
|
||||
image: "mariadb"
|
||||
image: "mariadb:10.7.3"
|
||||
ports: # mysql ports item
|
||||
- "33062:3306" # mysql ports value
|
||||
volumes:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user