This commit is contained in:
2026-03-10 22:32:05 +08:00
commit de678ac4f9
7 changed files with 189 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
services:
filebrowser:
image: filebrowser/filebrowser
container_name: filebrowser
network_mode: 'bridge'
ports:
- "{FB_PORT:-8080}:80"
volumes:
- fb-config:/config
- fb-database:/database
- ${SRV_PATH}:/srv
restart: 'unless-stopped'
volumes:
fb-config:
driver: local
fb-database:
driver: local