Skip to content

Commit

Permalink
change omage tika waiting (#10752)
Browse files Browse the repository at this point in the history
  • Loading branch information
ScharfViktor authored Apr 9, 2024
1 parent a3f3f9f commit 873977b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -376,11 +376,12 @@ services:
- '/var/run/docker.sock:/var/run/docker.sock:ro'

tika-service:
image: dadarek/wait-for-dependencies
image: owncloudci/wait-for:latest
container_name: web_tika_service
depends_on:
- tika
command: tika:9998
command:
- 'wait-for -it tika:9998 -t 300'

tika:
image: apache/tika:2.9.1.0
Expand Down

0 comments on commit 873977b

Please sign in to comment.