Update docker-compose.yml to add parameter to enable spellcheck

This commit is contained in:
Meenal Bhave
2019-09-30 10:19:07 +01:00
parent 8c75e4bc6b
commit 8aacf43477

View File

@@ -47,6 +47,8 @@ services:
- SOLR_CREATE_ALFRESCO_DEFAULTS=alfresco,archive - SOLR_CREATE_ALFRESCO_DEFAULTS=alfresco,archive
#HTTP by default #HTTP by default
- ALFRESCO_SECURE_COMMS=none - ALFRESCO_SECURE_COMMS=none
#Enable Spellcheck by setting to true
- ENABLE_SPELLCHECK=false
ports: ports:
- 8083:8983 #Browser port - 8083:8983 #Browser port
activemq: activemq: