modify
This commit is contained in:
parent
1d6563ee9d
commit
82b702c373
|
@ -119,7 +119,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"content": "Password",
|
"content": "Password",
|
||||||
"value": "Admin123"
|
"value": "admin"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
Binary file not shown.
Before Width: | Height: | Size: 8.7 KiB |
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue