updates from new deployment

This commit is contained in:
2024-08-14 05:41:06 +00:00
parent 028cc0e8d5
commit 285b437bde
4 changed files with 15 additions and 17 deletions

4
FileBrowser/README.md Normal file
View File

@@ -0,0 +1,4 @@
# Filebrowser
Browser-based file browser. Default creds will be `admin` `admin`. Obviously change this asap

View File

@@ -1,5 +1,3 @@
---
version: '3'
services:
file-browser:
image: filebrowser/filebrowser
@@ -9,7 +7,7 @@ services:
ports:
- 8080:80
volumes:
- ../../documents/:/srv/
- ${ZFS_POOL}/:/srv/
- ./database.db:/database.db
security_opt:
- no-new-privileges:true