fix: port required if fqdn is set
This commit is contained in:
parent
f734154da8
commit
3ee3ab0ad1
@ -1074,6 +1074,7 @@
|
||||
readonly={!$appSession.isAdmin}
|
||||
name="port"
|
||||
id="port"
|
||||
required={!!dockerComposeConfiguration[service.name].fqdn}
|
||||
bind:value={dockerComposeConfiguration[service.name].port}
|
||||
/>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user