mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 13:25:26 +02:00
fix(container): assign container domain name (#10605)
This commit is contained in:
parent
e4ddd8048a
commit
9041880bdb
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue