added support of multiple arp-scan interfaces & attempt at solving DB permission issues

This commit is contained in:
jokob.sk
2022-08-16 14:15:02 +10:00
parent adf11de4ec
commit 929ea98fce
5 changed files with 32 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ services:
volumes:
- ${APP_DATA_LOCATION}/pialert/config:/home/pi/pialert/config
- ${APP_DATA_LOCATION}/pialert/db/pialert.db:/home/pi/pialert/db/pialert.db
- ${LOGS_LOCATION}/tmp:/home/pi/pialert/log
- ${LOGS_LOCATION}:/home/pi/pialert/log
environment:
- TZ=${TZ}
- PORT=${PORT}