Skip to content

Commit 37d03b9

Browse files
oleksandr-ncbackportbot[bot]
authored andcommitted
fix(HaRP-AIO): add missing docker_socket_port to auto-registered daemon config
Signed-off-by: Oleksander Piskun <oleksandr2088@icloud.com>
1 parent 27f5675 commit 37d03b9

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)