Skip to content

Commit

Permalink
more doc
Browse files Browse the repository at this point in the history
  • Loading branch information
akhenakh committed Nov 29, 2019
1 parent cb56015 commit 1c5099f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ geottnd-image: geottnd

geottnd-publish-image: geottnd-image
docker tag geottnd:$(VERSION) akhenakh/geottnd:latest
docker push akhenakh/geottnd:latest

clean:
rm -f cmd/geottnd/geottnd
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,8 @@ Some stats are available on the metrics ports `httpMetricsPort` eg `http://local

## Help

This is a work in progress, help and ideas are welcome.
This is a work in progress, help and ideas are welcome.

## Issues

- If you don't set your `appAccessKey` right the error message will show up 1mn later.

0 comments on commit 1c5099f

Please sign in to comment.