examples: simplified filebrowser example (#2266)

This commit is contained in:
Geoff Bourne 2023-07-02 20:56:40 -05:00 committed by GitHub
parent 98e939d937
commit b79014e47f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,10 +31,13 @@ services:
depends_on:
- init-filebrowser
user: "1000:1000"
environment:
FB_DATABASE: /database/filebrowser.db
volumes:
# Default FB_ROOT is /srv
# In this example, the left-side needs to be the same as /data volume of mc service
- mc-data:/srv
- filebrowser-db:/database
- ./filebrowser.json:/.filebrowser.json
ports:
- "25580:80"