Skip to content

Commit d99fbe9

Browse files
committed
Fix: docker 26 dns issue
1 parent 6c41540 commit d99fbe9

File tree

2 files changed

+41
-20
lines changed

2 files changed

+41
-20
lines changed

composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717
"micro-service",
1818
"madelineproto"
1919
],
20+
"repositories": [
21+
{
22+
"type": "github",
23+
"url": "https://github.com/xtrime-ru/dns"
24+
}
25+
],
2026
"require": {
2127
"php": "^8.1",
2228
"ext-json": "*",
@@ -28,7 +34,8 @@
2834
"amphp/websocket-server": "^v3",
2935
"amphp/websocket-client": "^v2",
3036
"vlucas/phpdotenv": "^4",
31-
"danog/madelineproto": "dev-v8_fix_cleanup"
37+
"danog/madelineproto": "dev-v8_fix_cleanup",
38+
"amphp/dns": "2.x-dev"
3239
},
3340
"suggest": {
3441
"ext-pcntl": "Install pcintl for propper signal handling and healthcheck (enabled in .env)"

composer.lock

Lines changed: 33 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)