Open
Description
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>
Metadata
Metadata
Assignees
Labels
No labels