reverted attempted workarounds back to initial state

This commit is contained in:
Kikimanox
2022-08-31 17:39:46 +02:00
parent 08711f38f9
commit 7d4aceb457
2 changed files with 1 additions and 8 deletions
-7
View File
@@ -11,16 +11,9 @@ services:
- ./swagger_server/classla/classla_resources:/root/classla_resources
environment:
- PYTHONUNBUFFERED=1
networks:
- host
tika2:
image: apache/tika:1.28.4-full
entrypoint: ["/bin/sh", "-c", "java -jar /tika-server-1.28.4.jar -h 0.0.0.0 -p 9999"]
restart: always
ports:
- 9999:9999
networks:
- host
networks:
host: