[Compose] Expose Solr to 127.0.0.1
parent
800c2f244e
commit
b178326736
|
@ -415,6 +415,8 @@ services:
|
|||
restart: always
|
||||
volumes:
|
||||
- solr-vol-1:/opt/solr/server/solr/dovecot-fts/data
|
||||
ports:
|
||||
- "${SOLR_PORT:-127.0.0.1:8983}:8983"
|
||||
environment:
|
||||
- TZ=${TZ}
|
||||
- SOLR_HEAP=${SOLR_HEAP:-1024}
|
||||
|
|
|
@ -148,6 +148,7 @@ POPS_PORT=995
|
|||
SIEVE_PORT=4190
|
||||
DOVEADM_PORT=127.0.0.1:19991
|
||||
SQL_PORT=127.0.0.1:13306
|
||||
SOLR_PORT=127.0.0.1:8983
|
||||
|
||||
# Your timezone
|
||||
|
||||
|
|
Loading…
Reference in New Issue