Skip to content
Snippets Groups Projects
Commit 30be5ecc authored by GATEAU Thibault's avatar GATEAU Thibault
Browse files

[doc] typos

parent f4c2e1fc
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment