Skip to content

Commit

Permalink
change docker image location
Browse files Browse the repository at this point in the history
  • Loading branch information
hev committed Oct 18, 2024
1 parent 15a45d9 commit fa65c54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion prism-image-search/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
timeout: 20s
retries: 10
app:
image: prism:latest
image: aerospike/prism-search-example:latest
depends_on:
avs:
condition: service_healthy
Expand Down
2 changes: 1 addition & 1 deletion quote-semantic-search/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
timeout: 20s
retries: 10
app:
image: quote-search
image: aerospike/quote-search-example:latest
depends_on:
avs:
condition: service_healthy
Expand Down

0 comments on commit fa65c54

Please sign in to comment.