We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 run -it \ -e MYSQL_HOST=127.0.0.1 \ -e MYSQL_PASSWORD=123456 \ -e FLOW_SYS_EMAIL=admin@fir.im \ -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>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
docker run -p 3000:80 -e FLOW_API_DOMAIN=127.0.0.1:8080/flow-api flowci/flow-web
登陆的时候使用admin 123456,却提示405,如下response
The text was updated successfully, but these errors were encountered: