mirror of
https://github.com/bastienwirtz/homer.git
synced 2024-12-26 16:48:51 +01:00
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