Closed lzsix closed 1 year ago
Hi there!
Can you please try the dev image? It seems to have been fixed after the recent settings page rewrite.
version: "3"
services:
pialert:
container_name: pialert
image: "jokobsk/pi.alert_dev"
network_mode: "host"
restart: always
volumes:
- ${APP_DATA_LOCATION}/pialert_dev/config:/home/pi/pialert/config
- ${APP_DATA_LOCATION}/pialert_dev/db:/home/pi/pialert/db
- ${LOGS_LOCATION}/:/home/pi/pialert/log
environment:
- TZ=Europe/Berlin
- HOST_USER_ID=1036
- HOST_USER_GID=1000
- PORT=20211
Can't reproduce - closing for now, will reopen if needed
Describe the issue
The Checkbox for Alert Events on New Devices keeps rechecking itself.
Paste your
pialert.conf
(remove personal info)Paste your
docker-compose.yml
and.env
(remove personal info)docker-compose.yml
.env
Screenshots
Paste last few lines from
pialert.log