Skip to content

Commit

Permalink
Merge pull request #10747 from owncloud/changeImageTikaWaiting
Browse files Browse the repository at this point in the history
chang tika waiting image
  • Loading branch information
kulmann authored Apr 9, 2024
2 parents 372a75e + 4db2c3e commit 7b515a6
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 7b515a6

Please sign in to comment.