This commit is contained in:
2023-12-22 12:51:58 -07:00
commit 55e4e34cfb
19 changed files with 1119 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
---
version: '3'
services:
file-browser:
image: filebrowser/filebrowser
restart: unless-stopped
container_name: file-browser
user: 1000:1000
ports:
- 8080:80
volumes:
# Probably put this somewhere else. (Such as on RAID)
- ./documents/:/srv
- ./database.db:/database.db
security_opt:
- no-new-privileges:true