Skip to content
Snippets Groups Projects
Verified Commit 47ea6e16 authored by Alexandre Dias's avatar Alexandre Dias
Browse files

Merge remote-tracking branch 'origin/develop' into EPIC-9338-calendar

parents 7e2841a1 6afabfcb
No related branches found
No related tags found
1 merge request!209Release 2.2.0
......@@ -11,6 +11,7 @@ services:
environment:
VIRTUAL_HOST: ${DDEV_HOSTNAME}
HTTP_EXPOSE: '8983:8983'
HTTPS_EXPOSE: '8983:8983'
SEARCH_API_SERVER_SS_SOLR_CORE: digit-joinup
volumes:
- solr:/var/solr/data
......
; Fixes erratic behaviors when xdebug is enabled.
; Do not use xdebug's default "develop" mode causing DB transactions to be
; committed too late.
; @see https://www.drupal.org/project/drupal/issues/3405976 (comment #193 onwards).
xdebug.mode=debug
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