added possibility to allocate internal ports inside docker containers

This commit is contained in:
2021-07-19 03:35:43 +04:00
parent e98f4119da
commit c22f73ad28
3 changed files with 30 additions and 19 deletions

View File

@@ -1,10 +1,9 @@
{
"ports": [
"Port": [
{
"port_name": "SSH",
"internal_port": 22,
"type": "tcp",
"Allocated port": 0,
"PortName": "SSH",
"InternalPort": 22,
"Type": "tcp",
"Description": "SSH Port"
}
]