Merge pull request #57 from Phill93/disable-directory-listing

disable directory listing
pull/60/head
Bastien Wirtz 2020-05-20 21:08:52 -07:00 committed by GitHub
commit 2b47d91464
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,4 +12,4 @@ RUN addgroup -S ${GROUP} -g ${GID} && adduser -D -S -u ${UID} ${USER} ${GROUP} &
USER darkhttpd
ENTRYPOINT ["darkhttpd","/www/"]
ENTRYPOINT ["darkhttpd","/www/", "--no-listing"]