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 {
|
return {
|
||||||
...oldConfig,
|
...oldConfig,
|
||||||
Hostname: hostName,
|
Hostname: hostName,
|
||||||
|
Domainname: values.domain,
|
||||||
MacAddress: values.macAddress,
|
MacAddress: values.macAddress,
|
||||||
HostConfig: {
|
HostConfig: {
|
||||||
...oldConfig.HostConfig,
|
...oldConfig.HostConfig,
|
||||||
|
|
Loading…
Reference in New Issue