[Compose] Change default Solr binding to 18983
parent
b3c2f683cb
commit
0cbda0f297
|
@ -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}
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue