Skip to content

Commit 79812a8

Browse files
committed
fix: use ipv6 quote service
1 parent 15dc354 commit 79812a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/quoteservice/public/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787

8888
return $response;
8989
});
90-
$address = '0.0.0.0:' . getenv('QUOTE_SERVICE_PORT');
90+
$address = '[::]:' . getenv('QUOTE_SERVICE_PORT');
9191
$socket = new SocketServer($address);
9292
$server->listen($socket);
9393

0 commit comments

Comments
 (0)