Rename docker-compose.*.yaml to compose*.yaml

This commit is contained in:
Bram Veenboer
2025-06-17 16:02:01 +02:00
parent ea4b32d2ce
commit 764ebb400a
30 changed files with 46 additions and 46 deletions

10
compose.filebrowser.yaml Normal file
View File

@@ -0,0 +1,10 @@
services:
filebrowser:
container_name: filebrowser
image: filebrowser/filebrowser:v2.31.2
ports:
- 8001:80
volumes:
- /opt/filebrowser/.filebrowser.json:/.filebrowser.json
- /opt/filebrowser/database.db:/database.db
- /media:/srv/host/media