1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 07:49:41 +02:00

fix(container): assign container domain name (#10605)

This commit is contained in:
Oscar Zhou 2023-11-09 10:19:28 +13:00 committed by GitHub
parent e4ddd8048a
commit 9041880bdb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,7 @@ export function toRequest(
return {
...oldConfig,
Hostname: hostName,
Domainname: values.domain,
MacAddress: values.macAddress,
HostConfig: {
...oldConfig.HostConfig,