Skip to content

Commit

Permalink
docker compose: open ports
Browse files Browse the repository at this point in the history
  • Loading branch information
robbi5 committed Apr 4, 2019
1 parent ab5a41d commit b0edafa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,13 @@ services:

redis:
image: redis
ports:
- "6379:6379"

tika:
image: logicalspark/docker-tikaserver
# ports:
# - "9998:9998"
ports:
- "9998:9998"

elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:6.3.2
Expand Down

0 comments on commit b0edafa

Please sign in to comment.