diff --git a/docker-compose.production.yml b/docker-compose.production.yml index e76e15a..5322b20 100644 --- a/docker-compose.production.yml +++ b/docker-compose.production.yml @@ -28,6 +28,7 @@ services: volumes: - ${DATA_DIR_PATH}/redis:/var/lib/redis solr: + restart: ${WEB_RESTART_MODE} image: tenshiamd/solr:5-alpine ports: - ${SOLR_PORT}:8983