Skip to content

Commit bda819a

Browse files
authored
Merge pull request #800 from nextcloud/backport/799/stable32
[stable32] fix(HaRP-AIO): add missing docker_socket_port to auto-registered daemon config
2 parents 39ab035 + d6be379 commit bda819a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)