mirror of
https://github.com/ershisan99/coolify.git
synced 2026-01-27 20:52:11 +00:00
Removed some checking that doesn't work properly. Added a switch for exposing a port.
This commit is contained in:
@@ -54,9 +54,6 @@ export const post: RequestHandler = async (event) => {
|
||||
}
|
||||
|
||||
const publicPort = await getPort({ port: exposePort });
|
||||
if (exposePort !== publicPort) {
|
||||
throw { message: `Expose Port ${exposePort} is already in use` };
|
||||
}
|
||||
}
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user