lint compose files

This commit is contained in:
2025-07-30 13:37:18 +02:00
parent 817b8ad1c6
commit 48025fae12
36 changed files with 561 additions and 543 deletions

View File

@@ -1,15 +1,15 @@
services:
filebrowser:
container_name: filebrowser
image: filebrowser/filebrowser:v2.31.2
# command: ["config", "set", "--auth.method=noauth"]
ports:
- 8002:80
restart: unless-stopped
volumes:
- /opt/filebrowser/.filebrowser.json:/.filebrowser.json
- /opt/filebrowser/database.db:/database.db
- /mnt/yotta/helium/personal:/host/media/Personal
- /mnt/yotta/helium/shared:/host/media/Shared
- /mnt/yotta/neon:/host/media/Other
- /mnt/yotta/krypton:/host/media/Video
filebrowser:
container_name: filebrowser
image: filebrowser/filebrowser:v2.31.2
# command: ["config", "set", "--auth.method=noauth"]
ports:
- 8002:80
restart: unless-stopped
volumes:
- /opt/filebrowser/.filebrowser.json:/.filebrowser.json
- /opt/filebrowser/database.db:/database.db
- /mnt/yotta/helium/personal:/host/media/Personal
- /mnt/yotta/helium/shared:/host/media/Shared
- /mnt/yotta/neon:/host/media/Other
- /mnt/yotta/krypton:/host/media/Video