Skip to content
This repository has been archived by the owner on May 14, 2021. It is now read-only.

Fixed link to docker-compose.yaml #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down