mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-21 06:56:57 +00:00
address review
Co-authored-by: Jean-Yves <7360784+docjyJ@users.noreply.github.com> Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
5dd2048500
commit
190a9824e0
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ readonly class DockerController {
|
|||
|
||||
$config = $this->configurationManager->GetConfig();
|
||||
// set AIO_URL
|
||||
$config['AIO_URL'] = $host . ':' . (string)$port . $path;
|
||||
$config['AIO_URL'] = $host . ':' . strval($port) . $path;
|
||||
// set wasStartButtonClicked
|
||||
$config['wasStartButtonClicked'] = 1;
|
||||
// set install_latest_major
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue