Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
`docker run -h` not `docker run -n`
  • Loading branch information
dlebauer authored Aug 20, 2018
1 parent 8940771 commit 94c5270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Python 3.5.2+
To run, first start an intance of the BETY database:

```
docker run -n betydb -d -p 5432:5432 terraref/bety-postgis
docker run -h betydb -d -p 5432:5432 terraref/bety-postgis
```

Install the python requirements and start the Flask server:
Expand Down

0 comments on commit 94c5270

Please sign in to comment.