From d8b4091043c5ffe35863630b4505d7ffb36f6202 Mon Sep 17 00:00:00 2001 From: Jokob-sk Date: Sat, 11 Mar 2023 17:18:02 +1100 Subject: [PATCH] Plugins 1 - Readme --- README.md | 4 ++-- docker-compose.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 34234cd4..18e27b1e 100755 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ The system continuously scans the network for, **New devices**, **New connection # 📥 Installation - ⚠ Only tested as a [docker container - follow these instructuions here](dockerfiles/README.md). + ⚠ Only tested as a [docker container - follow these instructions here](dockerfiles/README.md). > Check out [leiweibau's fork](https://github.com/leiweibau/Pi.Alert/) if you want to install Pi.Alert on the server directly or original instructions for [pucherot's original code](https://github.com/pucherot/Pi.Alert/) # 📑 Features @@ -75,7 +75,7 @@ The system continuously scans the network for, **New devices**, **New connection ### Old docs -[Device Management instructions](docs/DEVICE_MANAGEMENT.md) | [Versions History](docs/VERSIONS_HISTORY.md) +Device Management [instructions](docs/DEVICE_MANAGEMENT.md) | Old Versions [History](docs/VERSIONS_HISTORY.md) ### License GPL 3.0 | [Read more here](LICENSE.txt) | Source of the [animated GIF (Loading Animation)](https://commons.wikimedia.org/wiki/File:Loading_Animation.gif) | Source of the [selfhosted Fonts](https://github.com/adobe-fonts/source-sans) diff --git a/docker-compose.yml b/docker-compose.yml index 9ae32ef6..30e093c3 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,9 +7,9 @@ services: network_mode: "host" restart: unless-stopped volumes: - - ${APP_DATA_LOCATION}/pialert/config2:/home/pi/pialert/config + - ${APP_DATA_LOCATION}/pialert/config:/home/pi/pialert/config # - ${APP_DATA_LOCATION}/pialert/db/pialert.db:/home/pi/pialert/db/pialert.db - - ${APP_DATA_LOCATION}/pialert/db2:/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 # DELETE START anyone trying to use this file: comment out / delete BELOW lines, they are only for development purposes