Skip to content

Commit da0acb1

Browse files
gartensdatomo
authored andcommitted
Add missing PolyphenyInstance call for Docker
1 parent 8892921 commit da0acb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/polypheny/simpleclient/executor/PolyphenyDbExecutor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ default String deployNeo4j() throws ExecutorException {
273273

274274

275275
default int getDockerInstanceId() {
276-
String url = "http://localhost:" + PolyphenyVersionSwitch.getInstance().uiPort + "/getDockerInstances";
276+
String url = "http://localhost:" + PolyphenyVersionSwitch.getInstance().uiPort + PolyphenyVersionSwitch.getInstance().dockerInstancesEndpoint;
277277
HttpResponse<String> response = Unirest.get( url ).asString();
278278

279279
if ( response.getStatus() == 200 ) {

0 commit comments

Comments
 (0)