Skip to content

Commit 52dfd63

Browse files
committed
Listen on all addresses by default (for docker).
1 parent 24f770a commit 52dfd63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dap-estgi-server/src/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ main = do
8888
getConfig :: IO ServerConfig
8989
getConfig = do
9090
let
91-
hostDefault = "127.0.0.1"
91+
hostDefault = "0.0.0.0"
9292
portDefault = 4711
9393
capabilities = defaultCapabilities
9494
{ supportsConfigurationDoneRequest = True

0 commit comments

Comments
 (0)