Skip to content

Commit e7e0f72

Browse files
committed
fix: port conflict with github runner own DNS
1 parent 7c925b2 commit e7e0f72

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/tests/integration/compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ services:
2626
# needed for read-only
2727
- "/adguard/run:uid=1000,gid=1000"
2828
ports:
29-
- "53:53/udp"
30-
- "53:53/tcp"
29+
- "3053:53/udp"
30+
- "3053:53/tcp"
3131
- "3000:3000/tcp"
3232
networks:
3333
frontend:

0 commit comments

Comments
 (0)