pucherot / Pi.Alert

WIFI / LAN intruder detector. Check the devices connected and alert you with unknown devices. It also warns of the disconnection of "always connected" devices
GNU General Public License v3.0
2.03k stars 126 forks source link

Error: mkdir: cannot create directory '/run/php': File exists #205

Open seth-space opened 1 year ago

seth-space commented 1 year ago

Installed pi alert via docker compose on Synology DSM 7.0 used yaml:

version: "3" services: pialert: container_name: pialert image: "jokobsk/pi.alert:latest" network_mode: "host" restart: unless-stopped volumes:

SSH output: Ed@Syno1522:/volume1/docker/pialert$ docker-compose up

Removing pialert

Starting 599d4351fbe6_pialert ... done

Attaching to 599d4351fbe6_pialert

599d4351fbe6_pialert | mkdir: cannot create directory '/run/php': File exists

599d4351fbe6_pialert | Starting nginx: nginx.

599d4351fbe6_pialert exited with code 1

Error in Docker log: Starting nginx:nginx mkdir: cannot create directory '/run/php': File exists

jokob-sk commented 1 year ago

FYI for anyone reading moved here: https://github.com/jokob-sk/Pi.Alert/issues/132