Closed poudenes closed 1 year ago
Hi!
Please try to create the container without mounting the following directories:
- /volumeUSB1/usbshare/docker/pialert/config:/home/pi/pialert/config
- /volumeUSB1/usbshare/docker/pialert/db:/home/pi/pialert/db
If that works, then your permissions on your server are not set up correctly.
An alternative is to map the db file directly. Please check the Common issues section in the README for details.
If the above doesn't help, can you please post screenshots of the errors you are receiving?
Thanks, j
Thanks. Seems to work now.
Thanks for the update > closing
Describe the issue
Try install on mat Synology NAS. After deploy the tool can't access database
environment: HOST_USER_ID: 1026 HOST_USER_GID: 100
environment:
PUID: 1026
PGID: 100
Use for all dockers those ID and GID.
Paste last few lines from
pialert.log
Paste your
pialert.conf
(remove personal info)Paste your
docker-compose.yml
and.env
(remove personal info)