Update filebrowser image and volume bindings

This commit is contained in:
Andras Bacsai
2024-02-14 10:14:14 +01:00
parent 6dd86eec30
commit 93e4fc2f32
2 changed files with 8 additions and 7 deletions

View File

@@ -4,15 +4,16 @@
services:
filebrowser:
image: filebrowser/filebrowser:s6
image: filebrowser/filebrowser:latest
environment:
- SERVICE_FQDN_FILEBROWSER
- PUID=1000
- PGID=1000
volumes:
- filebrowser-srv:/srv
- filebrowser-database:/database/filebrowser.db
- filebrowser-config:/config/settings.json
- type: bind
source: ./srv
target: /srv
isDirectory: true
- ./database.db:/database.db
- ./filebrowser.json:/.filebrowser.json
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:80"]
interval: 2s