mirror of https://github.com/portainer/portainer
fix(container): assign container domain name (#10605)
parent
e4ddd8048a
commit
9041880bdb
|
@ -17,6 +17,7 @@ export function toRequest(
|
|||
return {
|
||||
...oldConfig,
|
||||
Hostname: hostName,
|
||||
Domainname: values.domain,
|
||||
MacAddress: values.macAddress,
|
||||
HostConfig: {
|
||||
...oldConfig.HostConfig,
|
||||
|
|
Loading…
Reference in New Issue