[Compose] Change default Solr binding to 18983

master
andryyy 2019-09-18 08:48:59 +02:00
parent b3c2f683cb
commit 0cbda0f297
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -148,7 +148,7 @@ POPS_PORT=995
SIEVE_PORT=4190 SIEVE_PORT=4190
DOVEADM_PORT=127.0.0.1:19991 DOVEADM_PORT=127.0.0.1:19991
SQL_PORT=127.0.0.1:13306 SQL_PORT=127.0.0.1:13306
SOLR_PORT=127.0.0.1:8983 SOLR_PORT=127.0.0.1:18983
# Your timezone # Your timezone