-
Notifications
You must be signed in to change notification settings - Fork 657
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用如下docker compose启动服务后登陆界面报no such table: xiang_user错误 #326
Comments
yao_1 | 2023/02/08 08:02:59 [Recovery] 2023/02/08 - 08:02:59 panic recovered: |
可以试试使用配置环境变量YAO_LOG指定日志的位置,设置环境变量YAO_ENV=development,再看看是否有错误 |
使用如下docker compose启动服务后登陆界面报no such table: xiang_user错误
version: "3.9"
services:
yao:
image: yaoapp/yao-wms:1.0.3-amd64
environment:
- YAO_INIT=demo
YAO_PROCESS_RESET=flows.init.menu
YAO_PROCESS_DEMO=flows.demo.data
YAO_DB_DRIVER=mysql
YAO_DB_PRIMARY="root:123456@tcp(192.168.2.160:3306)/yao?charset=utf8mb4&parseTime=True&loc=Local"
ports:
- "40006:5099"
volumes:
- D:\SynologyDrive\Work\docker\data\yao:/data/app
volumes:
data: {}
The text was updated successfully, but these errors were encountered: