adjast wss

This commit is contained in:
2026-05-08 21:14:23 +03:00
parent e8dc0cdb39
commit 724b74b3c8
2 changed files with 2 additions and 2 deletions
@@ -13,7 +13,7 @@ import org.springframework.context.annotation.Configuration;
@Configuration
public class DockerConfig {
@Value("${docker.host}")
@Value("${DOCKER_HOST:${docker.host:unix:///var/run/docker.sock}}")
private String dockerHost;
@Bean