mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 05:18:03 +00:00
fix: using root user in mysql app
This commit is contained in:
parent
e7e37b3634
commit
4b1a33912e
@ -14,7 +14,7 @@ services:
|
||||
- DB_DIALECT=mysql
|
||||
- DB_HOST=mysql
|
||||
- DB_DATABASE=nocobase
|
||||
- DB_USER=nocobase
|
||||
- DB_USER=root
|
||||
- DB_PASSWORD=nocobase
|
||||
- DB_TIMEZONE=+08:00
|
||||
volumes:
|
||||
@ -30,4 +30,4 @@ services:
|
||||
MYSQL_ROOT_PASSWORD: nocobase
|
||||
restart: always
|
||||
networks:
|
||||
- nocobase
|
||||
- nocobase
|
||||
|
Loading…
Reference in New Issue
Block a user