M0r13n / mikrotik_monitoring

Monitor your Mikrotik router with Prometheus and Grafana
MIT License
240 stars 33 forks source link

edit config file after install ? #1

Closed Lizyliposomize closed 3 years ago

Lizyliposomize commented 3 years ago

how to edit the config file after install ?

M0r13n commented 3 years ago

Hey @Tarikxmx,

if you deployed the application with docker-compose, you should be able to just run docker-compose restart. The configuration files are mapped into the containers as a shared volume.

If that does not work, simply run docker-compose up again. :-)