forked from extern/homer
disable directory listing
This commit is contained in:
parent
55e0df5386
commit
694274f005
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user