Skip to content

Commit

Permalink
Merge pull request #91 from BBVA/develop
Browse files Browse the repository at this point in the history
fix docker docs
  • Loading branch information
Sergiodfdez committed Feb 16, 2018
2 parents e9bb0c3 + 5efb696 commit 86bbcc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
- 6379:6379

deeptracy:
build: ./
image: bbvalabs/deeptracy
depends_on:
- redis
- postgres
Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Download Docker Compose file from `this link <https://github.com/BBVA/deeptracy/
- 6379:6379
deeptracy:
build: ./
image: bbvalabs/deeptracy
depends_on:
- redis
- postgres
Expand Down

0 comments on commit 86bbcc3

Please sign in to comment.