reverted all workarounds that didn't work

This commit is contained in:
Kikimanox
2022-08-31 17:44:03 +02:00
parent 7d4aceb457
commit ffbb292289
+2 -2
View File
@@ -12,8 +12,8 @@ services:
environment: environment:
- PYTHONUNBUFFERED=1 - PYTHONUNBUFFERED=1
tika2: tika2:
image: apache/tika:1.28.4-full image: apache/tika
entrypoint: ["/bin/sh", "-c", "java -jar /tika-server-1.28.4.jar -h 0.0.0.0 -p 9999"] entrypoint: ["/bin/sh", "-c", "java -jar /${TIKA_JAR_NAME}-${TIKA_VERSION}.jar -h 0.0.0.0 -p 9999"]
restart: always restart: always
ports: ports:
- 9999:9999 - 9999:9999