Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
flex committed Jun 1, 2015
1 parent 98d39fd commit b9275e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ docker pull frostynova/open-falcon-docker
* 重启修改了配置的组件:

```
docker exec frostynova/open-falcon-docker supervisorctl restart fe
docker exec frostynova/open-falcon-docker supervisorctl restart portal
docker exec open-falcon supervisorctl restart fe
docker exec open-falcon supervisorctl restart portal
```

* 访问 Host IP 的 8080 端口即可
Expand All @@ -43,4 +43,4 @@ docker exec frostynova/open-falcon-docker supervisorctl restart portal
* 数据库文件:`/data/open-falcon/mysql`
* 所有日志文件:`/data/open-falcon/logs`
* 未做细致的清理工作,镜像大小接近 `1G`
* 本地 Build 请使用 `local` 分支
* 本地 Build 请使用 `local` 分支
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
HOST_DIR=/data/open-falcon
DOCKER_DIR=/home/work/open-falcon

docker run -td -v $HOST_DIR/conf:$DOCKER_DIR/conf -v $HOST_DIR/data:$DOCKER_DIR/data -v $HOST_DIR/logs:$DOCKER_DIR/logs -v $HOST_DIR/mysql:$DOCKER_DIR/mysql -p 8433:8433 -p 6030:6030 -p 5050:5050 -p 8080:8080 -p 8081:8081 -p 6060:6060 -p 5090:5090 frostynova/open-falcon-docker
docker run -td --name open-falcon -v $HOST_DIR/conf:$DOCKER_DIR/conf -v $HOST_DIR/data:$DOCKER_DIR/data -v $HOST_DIR/logs:$DOCKER_DIR/logs -v $HOST_DIR/mysql:$DOCKER_DIR/mysql -p 8433:8433 -p 6030:6030 -p 5050:5050 -p 8080:8080 -p 8081:8081 -p 6060:6060 -p 5090:5090 frostynova/open-falcon-docker

0 comments on commit b9275e8

Please sign in to comment.