From 43a8a3a2e635692f371fcf59a0504b9b2b014a4f Mon Sep 17 00:00:00 2001 From: jokob-sk <96159884+jokob-sk@users.noreply.github.com> Date: Fri, 29 Jul 2022 21:33:31 +1000 Subject: [PATCH] Update README.md --- dockerfiles/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dockerfiles/README.md b/dockerfiles/README.md index 03e8d97e..8cd5c096 100644 --- a/dockerfiles/README.md +++ b/dockerfiles/README.md @@ -19,11 +19,14 @@ Big thanks to @Macleykun for help and ## ℹ Usage +pialert.conf + - Everytime you rebuilt the container with a new image check if new settings have been added in [pialert.conf](https://github.com/jokob-sk/Pi.Alert/blob/main/config/pialert.conf). + Network - - You will have to run the container on the host network, e.g: `sudo docker run --rm --net=host jokobsk/pi.alert` + - You will have to run the container on the host network, e.g: `sudo docker run --rm --net=host jokobsk/pi.alert` Default Port - - The app is accessible on the port `:20211`. + - The app is accessible on the port `:20211`. > Please note - the cronjob is executed every 3 and 5 minutes so wait that long for all of the scans to run.