Update Dockerfile

This commit is contained in:
Alexandre
2021-02-16 16:13:31 +01:00
committed by GitHub
parent 1f9ea5fe81
commit aa746db02e

View File

@@ -22,4 +22,4 @@ RUN apk add --no-cache \
VOLUME [ "/data" ]
CMD ["--root=/data", "--address=0.0.0.0", "--database=/config/filebrowser/filebrowser.db"]
CMD ["--root=/", "--address=0.0.0.0", "--database=/config/filebrowser/filebrowser.db"]