Skip to content

Commit

Permalink
change to hotfix py2neo fork
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim authored and Tim committed Nov 5, 2020
1 parent 65cfc08 commit c0e7b14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ From the root directorie of this repo run:

**Run local image**

`docker run -it --rm --name data-cord19 -e CONFIGS_NEO4J='{"host":"localhost"}' data-cord19`
`docker run -it --rm --network host --name data-cord19 -e CONFIGS_NEO4J='{"host":"localhost"}' data-cord19`

Examples (neo4j runs on the docker linux host machine)

Expand Down
2 changes: 1 addition & 1 deletion requirement.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
py2neo
git+https://github.com/motey/py2neo.git@proc-id-in-connection-profile#egg=py2neo
linetimer
pebble
git+https://github.com/motey/cord-19-tools
Expand Down

0 comments on commit c0e7b14

Please sign in to comment.