adjast wss + docker logs

ZerodepDockerHttpClient
This commit is contained in:
2026-05-11 22:13:12 +03:00
parent 27cdad8703
commit bae059df3f
2 changed files with 9 additions and 11 deletions
+2 -2
View File
@@ -35,8 +35,8 @@ dependencies {
implementation 'com.github.docker-java:docker-java-api:3.3.6'
implementation 'com.github.docker-java:docker-java-core:3.3.6'
// Транспорт (HTTP Client 5) — именно он нужен для DockerConfig.java
implementation 'com.github.docker-java:docker-java-transport-httpclient5:3.3.6'
// Тот самый транспорт, который решит проблему с unix-сокетом
implementation 'com.github.docker-java:docker-java-transport-zerodep:3.4.0'
// Spring Boot Starter для STOMP WebSockets
implementation 'org.springframework.boot:spring-boot-starter-websocket'