]> git.immae.eu Git - github/bastienwirtz/homer.git/commitdiff
disable directory listing 57/head
authorDaniel Bacher <mail@phill93.de>
Sun, 17 May 2020 11:57:44 +0000 (13:57 +0200)
committerGitHub <noreply@github.com>
Sun, 17 May 2020 11:57:44 +0000 (13:57 +0200)
Dockerfile

index 66788b483963f6d583e53426c1bc24f32152b6f6..7621639c17956b6c95fdf5147fad9877d484daea 100644 (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"]