Skip to content

Commit 0d652dc

Browse files
Add Solr params into quotes
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 27253a3 commit 0d652dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/docker-compose-rest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ services:
174174
cp -r /opt/solr/server/solr/configsets/search/* search
175175
precreate-core statistics /opt/solr/server/solr/configsets/statistics
176176
cp -r /opt/solr/server/solr/configsets/statistics/* statistics
177-
exec solr -p 8983 -f -m ${SOLR_HEAP:-4g}
177+
exec solr -p 8983 -f -m "${SOLR_HEAP:-4g}"
178178
volumes:
179179
# Commented out because there are a lot of files in the assetstore
180180
assetstore:

0 commit comments

Comments
 (0)