diff options
author | Kirmy <mikekirmizakis@gmail.com> | 2021-12-09 13:09:09 +0100 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2022-04-30 10:46:00 +0200 |
commit | b6b31e440c7915e82fe8b9a4b93083ec9fb2e9fd (patch) | |
tree | 428c97994906574b552f3857f74306a0d8154842 /entrypoint.sh | |
parent | caf5fae8a849f740a603e0377be75df2043fae7f (diff) | |
download | homer-b6b31e440c7915e82fe8b9a4b93083ec9fb2e9fd.tar.gz homer-b6b31e440c7915e82fe8b9a4b93083ec9fb2e9fd.tar.zst homer-b6b31e440c7915e82fe8b9a4b93083ec9fb2e9fd.zip |
Replaced darkhttpd with lighttpd
Diffstat (limited to 'entrypoint.sh')
-rw-r--r-- | entrypoint.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/entrypoint.sh b/entrypoint.sh index 9da2615..e10e17e 100644 --- a/entrypoint.sh +++ b/entrypoint.sh | |||
@@ -18,4 +18,6 @@ if [[ -n "${SUBFOLDER}" ]]; then | |||
18 | fi | 18 | fi |
19 | 19 | ||
20 | chown -R $UID:$GID /www/assets | 20 | chown -R $UID:$GID /www/assets |
21 | exec su-exec $UID:$GID darkhttpd /www/ --no-listing --port "$PORT" | 21 | |
22 | echo "Starting webserver" | ||
23 | lighttpd -D -f /lighttpd.conf | ||