mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-09-17 12:06:49 +08:00
add comment
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
6b82682384
commit
d20812b0e8
1 changed files with 1 additions and 0 deletions
|
@ -584,6 +584,7 @@ readonly class DockerActionManager {
|
|||
$requestBody['HostConfig']['Mounts'] = $mounts;
|
||||
}
|
||||
|
||||
// Containers should have a fixed host name. See https://github.com/nextcloud/all-in-one/discussions/6589
|
||||
$requestBody['Hostname'] = $container->GetIdentifier();
|
||||
|
||||
$url = $this->BuildApiUrl('containers/create?name=' . $container->GetIdentifier());
|
||||
|
|
Loading…
Add table
Reference in a new issue