feat: Update README and Docker Compose for Filebrowser integration

This commit is contained in:
2025-12-09 14:57:38 +02:00
parent 7b6d752976
commit cab5220930
2 changed files with 6 additions and 12 deletions

View File

@@ -44,10 +44,7 @@ services:
- ./services/filebrowser/srv:/srv
- ./services/filebrowser/database:/database
- ./services/filebrowser/config:/config
environment:
- PUID=$(id -u)
- PGID=$(id -g)
user: "1000:1000"
# ==========================
# Caddy (Reverse proxy)