diff --git a/README.md b/README.md index ac85eef9..e15381c9 100755 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ BTC: 1N8tupjeCK12qRVU2XrV17WvKK7LCawyZM [screen5]: ./docs/img/network.png "Screen 5" [screen6]: ./docs/img/settings.png "Screen 6" [screen7]: ./docs/img/help_faq.png "Screen 7" -[screen8]: ./docs/img/plugins_webmon.png "Screen 8" +[screen8]: ./docs/img/plugins_rogue_dhcp.png "Screen 8" [screen9]: ./docs/img/device_nmap.png "Screen 9" [report1]: ./docs/img/4_report_1.jpg "Report sample 1" [report2]: ./docs/img/4_report_2.jpg "Report sample 2" diff --git a/docker-compose.yml b/docker-compose.yml index cf3a4c5c..3c3c71b1 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -11,10 +11,10 @@ services: network_mode: host restart: unless-stopped volumes: - - ${APP_DATA_LOCATION}/pialert_dev/config:/home/pi/pialert/config - # - ${APP_DATA_LOCATION}/pialert/config:/home/pi/pialert/config - - ${APP_DATA_LOCATION}/pialert_dev/db:/home/pi/pialert/db - # - ${APP_DATA_LOCATION}/pialert/db:/home/pi/pialert/db + # - ${APP_DATA_LOCATION}/pialert_dev/config:/home/pi/pialert/config + - ${APP_DATA_LOCATION}/pialert/config:/home/pi/pialert/config + # - ${APP_DATA_LOCATION}/pialert_dev/db:/home/pi/pialert/db + - ${APP_DATA_LOCATION}/pialert/db:/home/pi/pialert/db # (optional) useful for debugging if you have issues setting up the container - ${LOGS_LOCATION}:/home/pi/pialert/front/log # --------------------------------------------------------------------------- diff --git a/docs/img/plugins_rogue_dhcp.png b/docs/img/plugins_rogue_dhcp.png new file mode 100755 index 00000000..1e0f9849 Binary files /dev/null and b/docs/img/plugins_rogue_dhcp.png differ