This commit is contained in:
llwaini 2022-04-11 14:41:56 +08:00
parent 1d6563ee9d
commit 82b702c373
4 changed files with 11 additions and 2 deletions

View File

@ -119,7 +119,7 @@
}, },
{ {
"content": "Password", "content": "Password",
"value": "Admin123" "value": "admin"
} }
] ]
}, },

BIN
Apps/Calibre-web/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.7 KiB

View File

@ -38,7 +38,16 @@
"path": "/" "path": "/"
}, },
"envs": [], "envs": [],
"ports": [], "ports": [
{
"container": "8080",
"host": "8080",
"type": "tcp",
"allocation": "preferred",
"configurable": "advanced",
"description": "WebUI HTTP Port"
}
],
"volumes": [ "volumes": [
{ {
"container": "/data", "container": "/data",