Custom network aliases for other deployment options (not for compose and swarm)
This commit is contained in:
parent
9acde06795
commit
736cf20141
1 changed files with 1 additions and 1 deletions
|
|
@ -307,7 +307,7 @@ class="underline" href="https://coolify.io/docs/knowledge-base/docker/registry"
|
|||
<x-forms.input placeholder="3000:3000" id="application.ports_mappings" label="Ports Mappings"
|
||||
helper="A comma separated list of ports you would like to map to the host system. Useful when you do not want to use domains.<br><br><span class='inline-block font-bold dark:text-warning'>Example:</span><br>3000:3000,3002:3002<br><br>Rolling update is not supported if you have a port mapped to the host." />
|
||||
@endif
|
||||
@if ($application->build_pack === 'dockerfile' || $application->build_pack === 'dockerimage')
|
||||
@if (!$application->destination->server->isSwarm())
|
||||
<x-forms.input id="application.network_aliases" label="Network Aliases"
|
||||
helper="A comma separated list of custom network aliases you would like to add for container in Docker network.<br><br><span class='inline-block font-bold dark:text-warning'>Example:</span><br>api.internal,api.local"
|
||||
wire:model="application.network_aliases" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue