solr:# This is the service name used when running ddev commands accepting the --service flag
solr:# This is the service name used when running ddev commands accepting the --service flag
container_name:ddev-${DDEV_SITENAME}-solr# This is the name of the container. It is recommended to follow the same name convention used in the main docker-compose.yml file.
container_name:ddev-${DDEV_SITENAME}-solr# This is the name of the container. It is recommended to follow the same name convention used in the main docker-compose.yml file.
image:solr:6.6.2
image:solr:6.6.2
restart:always
restart:on-failure
ports:
ports:
-8983# Solr is served from this port inside the container
-8983# Solr is served from this port inside the container