-
Notifications
You must be signed in to change notification settings - Fork 400
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部署不支持mysql自定义用户和密码吗 #1
Comments
应该是可以的,连数据库时会优先找这几个环境变量:
所以只需要改下 docker-compose.yml 文件,在hitchhiker的container里加上env: |
ok |
对了,mysql的container也得改下 |
我有自己的数据库,不用再启动一个了,我去试试不用compose |
用的是这个 |
貌似不行,启动的时候,直接使用root去连的HITCHHIKER_DB_USERNAM这个好像不起作用 |
HITCHHIKER_DB_USERNAM 少了一个 |
加些说明
|
部署好了,注册时候,TypeError: Failed to fetch |
可否看下浏览器的控制台,把错误消息截个图我看下 |
我知道了,APP_HOST没有设置 |
对的,需要一个HITCHHIKER_APP_HOST |
部署好了,post请求formdata类型,该怎么填写 |
对form这块还不太完善,需要在header里写content-type: multipart/form-data |
那参数呢,写在body里,a=b&c=d? |
字体看起来有点费劲,个人意见 |
这个需要写在url里,也可以设置到变量里 |
好的,知道了,希望越来越好! |
是吗,用的一个程序员专用的等宽开源字体,刚开始我看得也不太习惯,不过回头再找找看有没有更好些的开源字体 |
谢谢:) |
写代码倒是可以用这个字体,但是用来网站显示可能有点不大好,其实不用刻意使用字体,默认就好吧 |
也是,大家都习惯了默认的字体,回头去掉试试看 |
可以close了, :) |
嗯:) |
[2019-05-06 09:47:50.369] [ERROR] console - Error: ER_PARSE_ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'json NOT NULL, 对mysql版本有要求吗,创建账户后,mysql报错 |
docker部署不支持mysql自定义用户和密码吗
The text was updated successfully, but these errors were encountered: