Skip to content
Snippets Groups Projects
Verified Commit 4edbcf18 authored by Hervé Donner's avatar Hervé Donner Committed by Alexandre Dias
Browse files

ISAICP-9445: Exposed port missing on HTTPS for Solr UI.

parent 92662ff7
No related branches found
No related tags found
1 merge request!209Release 2.2.0
...@@ -11,6 +11,7 @@ services: ...@@ -11,6 +11,7 @@ services:
environment: environment:
VIRTUAL_HOST: ${DDEV_HOSTNAME} VIRTUAL_HOST: ${DDEV_HOSTNAME}
HTTP_EXPOSE: '8983:8983' HTTP_EXPOSE: '8983:8983'
HTTPS_EXPOSE: '8983:8983'
SEARCH_API_SERVER_SS_SOLR_CORE: digit-joinup SEARCH_API_SERVER_SS_SOLR_CORE: digit-joinup
volumes: volumes:
- solr:/var/solr/data - solr:/var/solr/data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment