Filebrowser updated, untested

This commit is contained in:
2024-07-26 20:24:58 -07:00
parent c459639ef8
commit e30812f6e8
5 changed files with 45 additions and 10 deletions
+8 -10
View File
@@ -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