fix: using root user in mysql app

This commit is contained in:
Chareice 2024-03-08 20:51:51 +08:00
parent e7e37b3634
commit 4b1a33912e
No known key found for this signature in database

View File

@ -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