[Compose] Change default Solr binding to 18983

This commit is contained in:
andryyy
2019-09-18 08:48:59 +02:00
parent b3c2f683cb
commit 0cbda0f297
2 changed files with 2 additions and 2 deletions

View File

@@ -416,7 +416,7 @@ services:
volumes:
- solr-vol-1:/opt/solr/server/solr/dovecot-fts/data
ports:
- "${SOLR_PORT:-127.0.0.1:8983}:8983"
- "${SOLR_PORT:-127.0.0.1:18983}:8983"
environment:
- TZ=${TZ}
- SOLR_HEAP=${SOLR_HEAP:-1024}