Skip to content

Commit

Permalink
fixes #89#issuecomment-2333647983
Browse files Browse the repository at this point in the history
  • Loading branch information
Ardakilic authored Sep 6, 2024
1 parent 877fa4f commit 1e4fa91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ You can install and run AlertHub with some simple steps:

First, you need to get the example config file and modify it accordingly, either get a copy from [this repo](./etc/config.example.js), or with the following command:
```
docker run --rm ghcr.io/ardakilic/alerthub:2 cat /usr/src/app/etc/config.js > /host/path/config.js
docker run --rm ghcr.io/ardakilic/alerthub:2 cat /usr/src/app/etc/config.example.js > /host/path/config.js
```

To run
Expand Down

0 comments on commit 1e4fa91

Please sign in to comment.