mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
file browser tweaks
This commit is contained in:
+12
-12
@@ -1,18 +1,18 @@
|
||||
# Filebrowser Quantum
|
||||
|
||||
A lightweight Docker Compose setup for running the **Filebrowser Quantum** container.
|
||||
The future of Filebrowser was in question so switched to Quantum.
|
||||
|
||||
## Quick Notes
|
||||
|
||||
Proxy Port: 80
|
||||
|
||||
Default user account:
|
||||
* Username: admin
|
||||
* Password: admin
|
||||
|
||||
## Overview
|
||||
|
||||
* [Github](https://github.com/gtsteffaniak/filebrowser/tree/main)
|
||||
* [Filebrowser Quantum on GitHub](https://github.com/gtsteffaniak/filebrowser/tree/main)
|
||||
* [Getting Started Wiki](https://github.com/gtsteffaniak/filebrowser/wiki/Getting-Started)
|
||||
* [Configuration Docs](https://github.com/gtsteffaniak/filebrowser/wiki/Configuration-And-Examples)
|
||||
|
||||
Proxy Port: 80
|
||||
Username: admin
|
||||
Password: admin
|
||||
|
||||
## Description
|
||||
|
||||
Filebrowser was dying so upgraded to Quantum.
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ services:
|
||||
filebrowser:
|
||||
image: ${FILEBROWSER_IMAGE:-gtstef/filebrowser:latest}
|
||||
volumes:
|
||||
- ${VOL_PATH:-./data}/filebrowser/storage:/srv
|
||||
- ${VOL_PATH:-./data}/storage:/srv
|
||||
- ${VOL_PATH:-./data}/filebrowser/root:/home/filebrowser/data
|
||||
- ${VOL_CONFIG_PATH:-./config}/config.yaml:/home/filebrowser/config.yaml
|
||||
environment:
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
|
||||
# filebrowser Quantum
|
||||
# Filebrowser Quantum
|
||||
|
||||
VOL_CONFIG_PATH=./config
|
||||
VOL_PATH=./data
|
||||
TZ=America/Vancouver
|
||||
|
||||
FILEBROWSER_IMAGE=gtstef/filebrowser:latest #0.8.6-beta
|
||||
FILEBROWSER_IMAGE=gtstef/filebrowser:latest #0.8.7-beta
|
||||
FILEBROWSER_CONFIG="/home/filebrowser/config.yaml"
|
||||
FILEBROWSER_ADMIN_PASSWORD=admin
|
||||
|
||||
Reference in New Issue
Block a user