Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
(again, as the previous one was overwritten by another commit)
  • Loading branch information
nanaya committed Jan 24, 2024
1 parent 84eda79 commit f27cd8a
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 @@ -154,7 +154,7 @@ services:
- "${NGINX_PORT:-8080}:80"

score-indexer:
image: pppy/osu-elastic-indexer:99cd549c5c5c959ff6b2728b76af603dda4c85cb
image: pppy/osu-elastic-indexer:master
command: ["queue", "watch"]
depends_on:
redis:
Expand All @@ -168,7 +168,7 @@ services:
SCHEMA: "${SCHEMA:-1}"

score-indexer-test:
image: pppy/osu-elastic-indexer:99cd549c5c5c959ff6b2728b76af603dda4c85cb
image: pppy/osu-elastic-indexer:master
command: ["queue", "watch"]
depends_on:
redis:
Expand Down

0 comments on commit f27cd8a

Please sign in to comment.