Skip to content

Commit f9bda16

Browse files
author
Ruben van Vreeland
committed
Reflect rename of config.json in Readme
1 parent 51816d8 commit f9bda16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ _Bash_
1616
```bash
1717
docker run -d -p 3030:3030 \
1818
-v `pwd`/config/elastalert.yaml:/opt/elastalert/config.yaml \
19-
-v `pwd`/config/elastalert-server.json:/opt/elastalert-server/config/config.json \
19+
-v `pwd`/config/config.json:/opt/elastalert-server/config/config.json \
2020
-v `pwd`/rules:/opt/elastalert/rules \
2121
-v `pwd`/rule_templates:/opt/elastalert/rule_templates \
2222
-v `pwd`/server-data:/opt/elastalert/server_dat \
@@ -27,7 +27,7 @@ _Fish_
2727
```fish
2828
docker run -d -p 3030:3030 \
2929
-v (pwd)/config/elastalert.yaml:/opt/elastalert/config.yaml \
30-
-v (pwd)/config/elastalert-server.json:/opt/elastalert-server/config/config.json \
30+
-v (pwd)/config/config.json:/opt/elastalert-server/config/config.json \
3131
-v (pwd)/rules:/opt/elastalert/rules \
3232
-v (pwd)/rule_templates:/opt/elastalert/rule_templates \
3333
-v (pwd)/server-data:/opt/elastalert/server_data \

0 commit comments

Comments
 (0)