Merge pull request #2218 from smueller18/patch-1

replace hard coded solr dns with dynamic variable
master
André Peters 2019-01-24 19:44:13 +01:00 committed by GitHub
commit 2807a07a45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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}