@if($requiredPort) This service requires port {{ $requiredPort }} to function correctly. All domains must include this port number (or any other port if you know what you're doing).

Example: http://app.coolify.io:{{ $requiredPort }}
@endif Save
  • Only one service will be accessible at this domain
  • The routing behavior will be unpredictable
  • You may experience service disruptions
  • SSL certificates might not work correctly
@if ($showPortWarningModal)
@endif