added file browser

This commit is contained in:
2024-05-06 17:49:27 -07:00
parent dc441f1e73
commit 6c56f260d2
+12
View File
@@ -0,0 +1,12 @@
filebrowser:
# https://filebrowser.org/installation
# proxy to port 80
image: filebrowser/filebrowser
restart: always
#user: "33:33"
user: "1000:1000"
volumes:
- ./data/joomla-html:/srv
- ./filebrowser/filebrowser.db:/database.db
security_opt:
- no-new-privileges:true