diff options
author | Daniel Bacher <mail@phill93.de> | 2020-05-17 13:57:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-17 13:57:44 +0200 |
commit | 694274f005f0fe26a4fe79bece0865726af9af70 (patch) | |
tree | fe97fc6a5a78bd5e6c6fef4343c6bc66edfb8b07 | |
parent | 55e0df5386b60935c3db568a94b70d4d6c0f0f49 (diff) | |
download | homer-694274f005f0fe26a4fe79bece0865726af9af70.tar.gz homer-694274f005f0fe26a4fe79bece0865726af9af70.tar.zst homer-694274f005f0fe26a4fe79bece0865726af9af70.zip |
disable directory listing
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,4 +12,4 @@ RUN addgroup -S ${GROUP} -g ${GID} && adduser -D -S -u ${UID} ${USER} ${GROUP} & | |||
12 | 12 | ||
13 | USER darkhttpd | 13 | USER darkhttpd |
14 | 14 | ||
15 | ENTRYPOINT ["darkhttpd","/www/"] | 15 | ENTRYPOINT ["darkhttpd","/www/", "--no-listing"] |