adjast wss
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -74,4 +74,4 @@ spring.servlet.multipart.max-request-size=50MB
|
||||
server.tomcat.max-swallow-size=100MB
|
||||
|
||||
#=============
|
||||
docker.host=unix:///var/run/docker.sock
|
||||
#docker.host=unix:///var/run/docker.sock
|
||||
Reference in New Issue
Block a user