File tree 3 files changed +4
-1
lines changed
3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,15 @@ services:
14
14
- DB_DIALECT=mariadb
15
15
- DB_HOST=mariadb
16
16
- DB_DATABASE=nocobase
17
- - DB_USER=nocobase
17
+ - DB_USER=root
18
18
- DB_PASSWORD=nocobase
19
19
- DB_TIMEZONE=+08:00
20
20
- DB_UNDERSCORED=true
21
21
volumes :
22
22
- ./storage:/app/nocobase/storage
23
23
ports :
24
24
- " 13000:80"
25
+ init : true
25
26
mariadb :
26
27
image : mariadb:latest
27
28
environment :
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ services:
21
21
- ./storage:/app/nocobase/storage
22
22
ports :
23
23
- " 13000:80"
24
+ init : true
24
25
mysql :
25
26
image : mysql:latest
26
27
environment :
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ services:
20
20
- " 13000:80"
21
21
depends_on :
22
22
- postgres
23
+ init : true
23
24
postgres :
24
25
image : postgres:10
25
26
restart : always
You can’t perform that action at this time.
0 commit comments