Skip to content

Commit 7d2d69a

Browse files
committed
fix(HaRP-AIO): add missing docker_socket_port to auto-registered daemon config
Signed-off-by: Oleksander Piskun <oleksandr2088@icloud.com>
1 parent 58eacbe commit 7d2d69a

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)