mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
config file for filebrowser fix
This commit is contained in:
@@ -3,6 +3,6 @@ services:
|
|||||||
image: ${FILEBROWSER_IMAGE:-filebrowser/filebrowser:latest}
|
image: ${FILEBROWSER_IMAGE:-filebrowser/filebrowser:latest}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
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/filebrowser.db:/database.db
|
||||||
- ${VOL_PATH:-./data}/filebrowser-root:/srv
|
- ${VOL_PATH:-./data}/filebrowser-root:/srv
|
||||||
|
|||||||
Reference in New Issue
Block a user