mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-04 04:56:52 +00:00
ConnectContainerIdToNetwork: switch from Aliases to DNSNames
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
7560694535
commit
ebbfebfcda
1 changed files with 1 additions and 1 deletions
|
|
@ -860,7 +860,7 @@ readonly class DockerActionManager {
|
|||
);
|
||||
$jsonPayload = ['Container' => $id];
|
||||
if ($alias !== '') {
|
||||
$jsonPayload['EndpointConfig'] = ['Aliases' => [$alias]];
|
||||
$jsonPayload['EndpointConfig'] = ['DNSNames ' => [$alias]];
|
||||
}
|
||||
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue