mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
Filebrowser updated, untested
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
filebrowser:
|
||||
# https://filebrowser.org/installation
|
||||
# proxy to port 80
|
||||
image: filebrowser/filebrowser
|
||||
restart: always
|
||||
#user: "33:33"
|
||||
user: "1000:1000"
|
||||
image: ${FILEBROWSER_IMAGE:-filebrowser/filebrowser:latest}
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./data/joomla-html:/srv
|
||||
- ./filebrowser/filebrowser.db:/database.db
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
- ${VOL_CONFIG_PATH:-./config}/filebrowser.json:/.filebrowser.json
|
||||
- ${VOL_PATH:-./data}/filebrowser/filebrowser.db:/database.db
|
||||
- ${VOL_PATH:-./data}/filebrowser-root:/srv
|
||||
|
||||
Reference in New Issue
Block a user