1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-12-12 10:45:14 +02:00

replace hard coded solr dns with dynamic variable

This commit is contained in:
Stephan Müller 2019-01-24 19:33:13 +01:00 committed by GitHub
parent 6b89927f6e
commit 83c7d9014d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -399,7 +399,7 @@ services:
volumes:
- solr-vol-1:/opt/solr/server/solr/dovecot/data
dns:
- 172.22.1.254
- ${IPV4_NETWORK:-172.22.1}.254
dns_search: mailcow-network
environment:
- SOLR_HEAP=${SOLR_HEAP:-1024}