WatchYourLAN
WatchYourLAN copied to clipboard
Issue deploying
I am deploying with docker via the command line and the config file. Here is my line:
docker run --name watchyourlan \ -e "TZ=Etc/UTC" \ --network="host" \ -v /root/docker/WatchYourLan:/data \ -v /root/docker/WatchYourLan/config:/data/config \ aceberg/watchyourlan
Here is the output from that command:
2023/06/15 14:18:27 ERROR: unable to open database file: out of memory (14) 2023/06/15 14:18:27 INFO: Table created! 2023/06/15 14:18:27 ERROR: db_select: unable to open database file: out of memory (14)
Can anyone please assist?