diff --git a/README.md b/README.md index 4f1cf797b5ca998f540a37624b37507a68c9be44..117f25b487ebe2be9dbc0b60c54fa5a875e61dd1 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