Update filebrowser.yaml and service-templates.json

This commit is contained in:
Andras Bacsai
2024-02-14 10:31:05 +01:00
parent 4b08abc144
commit 07b94a8e48
2 changed files with 6 additions and 2 deletions

View File

@@ -13,7 +13,11 @@ services:
target: /srv
isDirectory: true
- ./database.db:/database.db
- ./filebrowser.json:/.filebrowser.json
- type: bind
source: ./filebrowser.json
target: /.filebrowser.json
read_only: true
content: "{}"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:80"]
interval: 2s