aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yaml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--docker-compose.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml
index 5a2bccf..a68e7fe 100644
--- a/docker-compose.yaml
+++ b/docker-compose.yaml
@@ -10,15 +10,15 @@ services:
ports:
- "9009:80"
environment:
- - TIKA_SERVER_ENDPOINT="tika:9998"
- - AUDIO_DUMP_DIR="/tmp"
- - WIKI_SEARCH_URL="https://en.wikipedia.org/w/api.php"
+ - TIKA_SERVER_ENDPOINT=tika:9998
+ - AUDIO_DUMP_DIR=/tmp
+ - WIKI_SEARCH_URL=https://en.wikipedia.org/w/api.php
- SERVER_DEPLOYMENT_TYPE=deployment
cap_drop:
- ALL
entrypoint: ["/docker-entrypoint.sh"]
tika:
- image: apache/tike:2.0.0
+ image: apache/tika:2.0.0
networks:
- tikanet
cap_drop: