-
I need to expose an additional port for an app. Configuration only allows to select port for webui (default 3000). Any way to expose additional ports? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 2 replies
-
Hi, which ports are you needing? Is it a recurrent one ? There is no optimal solution for that :
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hi, perhaps i'll still keep the specific ports mapping to avoid conflicts for other users. I was thinking of perhaps mapping the full common drives but it might become confusing : |
Beta Was this translation helpful? Give feedback.
-
What about a config line where the user can select the mapping required, similar to the line to select the Webui port? |
Beta Was this translation helpful? Give feedback.
-
If 20 could be included for FTP data that would be great :)El 4/04/2024, a la(s) 3:46 a. m., Alexandre ***@***.***> escribió:
Would this be ok ?
"ports": {
"21/tcp": null,
"22/tcp": null,
"23/tcp": null,
"25/tcp": null,
"3000/tcp": 3000,
"3001/tcp": null,
"3002/tcp": null
},
"ports_description": {
"21/tcp": "FTP",
"22/tcp": "SSH",
"23/tcp": "TELNET",
"25/tcp": "SMTP",
"3000/tcp": "web interface",
"3001/tcp": "custom port 1",
"3002/tcp": "custom port 2"
},
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you modified the open/close state.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
What about a config line where the user can select the mapping required, similar to the line to select the Webui port?