]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - entrypoint.sh
Replaced darkhttpd with lighttpd
[github/bastienwirtz/homer.git] / entrypoint.sh
index 9da26151caf62cde53d79dd83d63347ee7804e45..e10e17e7d82d3f25cb11351d627844124da90364 100644 (file)
@@ -18,4 +18,6 @@ if [[ -n "${SUBFOLDER}" ]]; then
 fi
 
 chown -R $UID:$GID /www/assets
-exec su-exec $UID:$GID darkhttpd /www/ --no-listing --port "$PORT"
+
+echo "Starting webserver"
+lighttpd -D -f /lighttpd.conf