fix: filebrowser template
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
# slogan: FileBrowser is a web-based file manager and file explorer with a user-friendly interface.
|
# slogan: FileBrowser is a web-based file manager and file explorer with a user-friendly interface.
|
||||||
# tags: file-management, storage-access, data-organization, file-utilization, administration-tool
|
# tags: file-management, storage-access, data-organization, file-utilization, administration-tool
|
||||||
# logo: svgs/filebrowser.svg
|
# logo: svgs/filebrowser.svg
|
||||||
|
# port: 80
|
||||||
|
|
||||||
services:
|
services:
|
||||||
filebrowser:
|
filebrowser:
|
||||||
@@ -13,12 +14,20 @@ services:
|
|||||||
source: ./srv
|
source: ./srv
|
||||||
target: /srv
|
target: /srv
|
||||||
isDirectory: true
|
isDirectory: true
|
||||||
- ./database.db:/database.db
|
- type: bind
|
||||||
|
source: ./database.db
|
||||||
|
target: /database.db
|
||||||
|
isDirectory: false
|
||||||
|
content: ""
|
||||||
- type: bind
|
- type: bind
|
||||||
source: ./filebrowser.json
|
source: ./filebrowser.json
|
||||||
target: /.filebrowser.json
|
target: /.filebrowser.json
|
||||||
read_only: true
|
read_only: true
|
||||||
content: "{}"
|
content: |
|
||||||
|
{
|
||||||
|
"address": "0.0.0.0",
|
||||||
|
"port": 80
|
||||||
|
}
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://127.0.0.1:80"]
|
test: ["CMD", "curl", "-f", "http://127.0.0.1:80"]
|
||||||
interval: 2s
|
interval: 2s
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user