diff --git a/dockerfiles/start.sh b/dockerfiles/start.sh index 59fa79f7..44552e1a 100755 --- a/dockerfiles/start.sh +++ b/dockerfiles/start.sh @@ -1,5 +1,4 @@ #!/bin/sh chmod -R o+w /home/pi/pialert/db -#/etc/init.d/lighttpd start -service cron start && tail -f /dev/null +service cron start && lighttpd -D -f /etc/lighttpd/lighttpd.conf \ No newline at end of file