2
0

The maintainers of the Filebrowser changed the configuration files.

This commit is contained in:
2025-06-22 17:44:35 +02:00
parent 0211db1e08
commit 014d1bbc5c
3 changed files with 14 additions and 2 deletions

BIN
.metadata

Binary file not shown.

View File

@ -20,8 +20,12 @@ services:
volumes:
# The Linux user defined above must have R/W access here.
- ./storage/volumes/staticweb:/srv
- ./storage/volumes/filebrowser_data/filebrowser.json:/.filebrowser.json
- ./storage/volumes/filebrowser_data/database.db:/.database.db
# Proper mounts before 2.33.0 version (2025-06-18).
#- ./storage/volumes/filebrowser_data/database.db:/.database.db
#- ./storage/volumes/filebrowser_data/filebrowser.json:/.filebrowser.json
# Proper mounts since 2.33.0 version (2025-06-18).
- ./storage/volumes/filebrowser_data/database.db:/database/filebrowser.db
- ./storage/volumes/filebrowser_data/filebrowser-new.json:/config/settings.json
extra_hosts:
- "host.docker.internal:host-gateway"
labels:

View File

@ -0,0 +1,8 @@
{
"port": 80,
"baseURL": "/",
"address": "",
"log": "stdout",
"database": "/database/filebrowser.db",
"root": "/srv"
}