leycloud/filebrowser.yml hinzugefügt

This commit is contained in:
florian 2026-03-04 18:59:15 +01:00
parent 97529c3f81
commit 224d7486db
1 changed files with 12 additions and 0 deletions

12
leycloud/filebrowser.yml Normal file
View File

@ -0,0 +1,12 @@
services:
filebrowser:
image: filebrowser/filebrowser:latest
container_name: filebrowser
restart: unless-stopped
ports:
- "8080:80"
user: "1000:1000" # Zwingt den Container, als dein User 'florian' zu agieren
volumes:
- /home/florian/docker:/srv
- /home/florian/docker/filebrowser/filebrowser.db:/database.sqlite
- /home/florian/docker/filebrowser/settings.json:/.filebrowser.json