This commit is contained in:
Michel Roca 2021-09-23 14:13:30 -07:00 committed by GitHub
commit e5b9bab014
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -9,6 +9,7 @@ HEALTHCHECK --start-period=2s --interval=5s --timeout=3s \
VOLUME /srv
EXPOSE 80
RUN mkdir /var/lib/filebrowser && chmod a+w /var/lib/filebrowser
COPY .docker.json /.filebrowser.json
COPY filebrowser /filebrowser