Skip to content

Commit 4c7d461

Browse files
committed
chore: specify linux/amd64 platform in tika
With recent update of docker on my Apple Silicon MacBook, the tike container started crashing immediatelly after starting. That then caused random 502 responses when doing requests to oCIS. Adding linux/amd64 seems to fix this. Tika container starts again and 502 responses are gone = I am a happy dev with working env again :).
1 parent f122818 commit 4c7d461

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

+1
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ services:
334334
tika:
335335
image: apache/tika:3.0.0.0
336336
container_name: web_tika
337+
platform: linux/amd64
337338
ports:
338339
- 9998:9998
339340
restart: unless-stopped

0 commit comments

Comments
 (0)