Skip to content

Commit 6709c72

Browse files
authored
Merge pull request #12128 from owncloud/chore/tika-platform
chore: specify linux/amd64 platform in tika
2 parents c5c6352 + 4c7d461 commit 6709c72

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)