mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-03 18:36:22 +00:00
config file for filebrowser fix
This commit is contained in:
@@ -3,6 +3,6 @@ services:
|
||||
image: ${FILEBROWSER_IMAGE:-filebrowser/filebrowser:latest}
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ${VOL_CONFIG_PATH:-./config}/filebrowser.json:/.filebrowser.json
|
||||
- ${VOL_CONFIG_PATH:-./config}/filebrowser.json:/config/settings.json
|
||||
- ${VOL_PATH:-./data}/filebrowser/filebrowser.db:/database.db
|
||||
- ${VOL_PATH:-./data}/filebrowser-root:/srv
|
||||
|
||||
Reference in New Issue
Block a user