Skip to content

Commit

Permalink
Merge pull request #1 from terraref/dlebauer-patch-1
Browse files Browse the repository at this point in the history
fixed typo in docker run command
  • Loading branch information
dlebauer authored Sep 11, 2018
2 parents 8940771 + 3ef6af2 commit 392c331
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 @@ -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
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Run BETY
#docker run -n betydb -d -p 5432:5432 terraref/bety-postgis
#docker run -h betydb -d -p 5432:5432 terraref/bety-postgis


export DBHOST=localhost
Expand Down

0 comments on commit 392c331

Please sign in to comment.