's'
This commit is contained in:
13
live-platform/config/defaults/services/filebrowser.json
Normal file
13
live-platform/config/defaults/services/filebrowser.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"id": "filebrowser",
|
||||
"layer": "infra",
|
||||
"enabled": true,
|
||||
"manager": "docker",
|
||||
"ports": { "http": 8082 },
|
||||
"env": {
|
||||
"ENABLE_FILEBROWSER": "1",
|
||||
"FILEBROWSER_PORT": "8082",
|
||||
"FILEBROWSER_USER": "live",
|
||||
"FILEBROWSER_PASS": "12345678"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user