Skip to content

Commit

Permalink
use right version in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-ogrady committed Nov 30, 2021
1 parent 59382bb commit 9e2c0ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/production/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:
- indexer
restart: always
indexer: &ortelius-app
image: "avaplatform/ortelius:v1.7.1"
image: "avaplatform/ortelius:v1.7.1-log-fix"
command: ["stream", "indexer", "-c", "/opt/config.json"]
external_links:
- mysql
Expand Down
2 changes: 1 addition & 1 deletion docker/standalone/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
- indexer
restart: always
indexer: &ortelius-app
image: "avaplatform/ortelius:v1.7.1"
image: "avaplatform/ortelius:v1.7.1-log-fix"
command: ["stream", "indexer", "-c", "/opt/config.json"]
networks:
- services
Expand Down

0 comments on commit 9e2c0ee

Please sign in to comment.