From 30be5eccfd8dcc4578905c07bc2f6e04751cf538 Mon Sep 17 00:00:00 2001 From: "t.gateau" <thibault.gateau@isae.fr> Date: Fri, 4 Dec 2020 12:38:05 +0100 Subject: [PATCH] [doc] typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4f1cf79..117f25b 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,7 @@ Visit the [Nanospace test server](https://dcas-nanostar.isae.fr) of ISAE-SUPAERO ## Using Docker-compose - - +coming soon... ## Docker build and run images on localhost @@ -31,6 +30,7 @@ docker run -it --publish=7474:7474 --publish=7687:7687 --volume=$HOME/neo ### Backend - Java service (Spingboot) +Unfortunately, we haven't find yet an elegant way to connect the java-service to the neo4j, here is a not elegant way to solve the issue: ``` myIP=$(docker inspect neo4j-container | grep '"IPAddress"' | head -n 1 ) echo $myIP -- GitLab