File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1616``` bash
1717docker 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 \
2727``` fish
2828docker 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 \
You can’t perform that action at this time.
0 commit comments