1
0
mirror of https://github.com/taigrr/homer synced 2025-01-18 04:53:12 -08:00

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

disable directory listing
This commit is contained in:
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

View File

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