14 lines
263 B
JSON
14 lines
263 B
JSON
{
|
|
"id": "filebrowser",
|
|
"layer": "infra",
|
|
"enabled": true,
|
|
"manager": "docker",
|
|
"ports": { "http": 8082 },
|
|
"env": {
|
|
"ENABLE_FILEBROWSER": "1",
|
|
"FILEBROWSER_PORT": "8082",
|
|
"FILEBROWSER_USER": "live",
|
|
"FILEBROWSER_PASS": "12345678"
|
|
}
|
|
}
|