Skip to content

Commit

Permalink
update option to --set-current
Browse files Browse the repository at this point in the history
  • Loading branch information
notbakaneko committed Aug 18, 2023
1 parent 8f3a6e1 commit e99797b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ services:

score-indexer:
image: pppy/osu-elastic-indexer
command: ["queue", "watch", "--force-version"]
command: ["queue", "watch", "--set-current"]
depends_on:
redis:
condition: service_healthy
Expand All @@ -162,7 +162,7 @@ services:

score-indexer-test:
image: pppy/osu-elastic-indexer
command: ["queue", "watch", "--force-version"]
command: ["queue", "watch", "--set-current"]
depends_on:
redis:
condition: service_healthy
Expand Down

0 comments on commit e99797b

Please sign in to comment.