feat: update docker config

License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
This commit is contained in:
Henrique Dias 2019-01-08 12:40:02 +00:00
parent 8c21b7666b
commit 04b7be11a7
2 changed files with 2 additions and 2 deletions

View File

@ -3,6 +3,6 @@
"baseURL": "",
"address": "",
"log": "stdout",
"database": "/etc/filebrowser/database.db",
"database": "/database.db",
"root": "/srv"
}

View File

@ -6,7 +6,7 @@ VOLUME /tmp
VOLUME /srv
EXPOSE 80
COPY .filebrowser.docker.json /etc/filebrowser/.filebrowser.json
COPY .filebrowser.docker.json /.filebrowser.json
COPY filebrowser /filebrowser
ENTRYPOINT [ "/filebrowser" ]