Skip to content
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

按照sample跑却无法登陆 #47

Open
emacsliu1107 opened this issue Jul 13, 2018 · 0 comments
Open

按照sample跑却无法登陆 #47

emacsliu1107 opened this issue Jul 13, 2018 · 0 comments

Comments

@emacsliu1107
Copy link

 docker run -it \
 -e MYSQL_HOST=127.0.0.1 \
 -e MYSQL_PASSWORD=123456 \
 -e [email protected] \
 -e FLOW_SYS_USERNAME=admin \
 -e FLOW_SYS_PASSWORD=123456  \
 -e FLOW_API_DOMAIN=127.0.0.1 \
 -e FLOW_WEB_DOMAIN=127.0.0.1 \
 -p 8080:8080 \
 -v ~/flow-ci/data:/var/lib/mysql \
 flowci/flow-platform

docker run -p 3000:80 -e FLOW_API_DOMAIN=127.0.0.1:8080/flow-api flowci/flow-web

登陆的时候使用admin 123456,却提示405,如下response

<html>
<head><title>405 Not Allowed</title></head>
<body bgcolor="white">
<center><h1>405 Not Allowed</h1></center>
<hr><center>nginx/1.6.2</center>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant