docs icon indicating copy to clipboard operation
docs copied to clipboard

按照sample跑却无法登陆

Open emacsliu1107 opened this issue 7 years ago • 0 comments

 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>

emacsliu1107 avatar Jul 13 '18 15:07 emacsliu1107