leyhome/filebrowser.yml hinzugefügt

This commit is contained in:
florian 2026-03-04 18:50:03 +01:00
parent 3220bddf93
commit 3003c40860
1 changed files with 13 additions and 0 deletions

13
leyhome/filebrowser.yml Normal file
View File

@ -0,0 +1,13 @@
version: '3'
services:
filebrowser:
image: filebrowser/filebrowser:latest
container_name: filebrowser
restart: unless-stopped
ports:
- "8080:80"
volumes:
- /:/srv
# Wichtig: Pfad zur Datei auf dem Host : Pfad im Container
- /home/florian/filebrowser/filebrowser.db:/database.db
command: ["-d", "/database.db"]