使用docker部署,数据库中好像没有创建对应的表
Closed this issue · 5 comments
xiaqijun commented
madneal commented
这个应该是因为配置文件一开始使用的就是 docker 镜像,导致的没有触发初始化的操作,最新版本的应该已经修复了,你 docker-compose build 了吗
xiaqijun commented
我直接复制命令执行的
git clone https://github.com/madneal/gshark
cd gshark
docker-compose build && docker-compose up
madneal commented
你有 pull 最新的代码吗
xiaqijun commented
应该没有
madneal commented
拉最新的代码应该就好了