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