From 722c28ee10815cf3e1974432fb38045d5906ccb6 Mon Sep 17 00:00:00 2001 From: hitwill Date: Sun, 26 May 2019 07:39:42 +0700 Subject: [PATCH] Fixed link to docker-compose.yaml Previous one was leading to a 404 page --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e728501..f4b30c6 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Edit the docker-compose file to configure it | LOG_LEVEL | The level of logs to show, "INFO"/"ERROR"/"WARNING" | ## Usage: -To run the service, simply clone the [docker-compose.yaml](https://github.com/kinecosystem/history-collector/raw/master/docker-compose.yaml]) file, edit the configurations +To run the service, simply clone the [docker-compose.yaml](https://github.com/kinecosystem/history-collector/raw/master/docker-compose.yaml) file, edit the configurations and run ```bash $ sudo docker-compose up -d