Skip to content
Snippets Groups Projects
Commit 4b266e3b authored by Mark Winter's avatar Mark Winter
Browse files

Fixed docker testing ip

parent fc8f7b71
Branches
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ public class LeverscIJ implements PlugInFilter
}
protected static int npack = 4;
protected static String host = "host.docker.internal";
protected static String host = "127.0.0.1";
protected static int base_port = 3000;
protected static byte[] _crlf = {0x0D, 0x0A};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment