Skip to content

Commit 004e328

Browse files
authored
Merge pull request #799 from nextcloud/fix/AIO-HaRP
fix(HaRP-AIO): add missing docker_socket_port to auto-registered daemon config
2 parents 58eacbe + 7d2d69a commit 004e328

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/DeployActions/AIODockerActions.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ public function registerAIOHarpDaemonConfig(): ?DaemonConfig {
119119
'haproxy_password' => $harpSharedKey, // will be encrypted by DaemonConfigService
120120
'harp' => [
121121
'exapp_direct' => true,
122+
'docker_socket_port' => 24000,
122123
],
123124
'computeDevice' => [
124125
'id' => 'cpu',

0 commit comments

Comments
 (0)