Skip to content

Commit 8a8e3c7

Browse files
committed
Use directory to mount solr-configupdate.sh
1 parent 4144f87 commit 8a8e3c7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker-compose.solr.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ services:
7070
# solr-configupdate.sh copies fresh configuration files into the
7171
# solr container on each
7272
# startup, so if you change the config in .ddev/solr/conf
73-
# it will be refreshed on `ddev start`. The file must be
74-
# executable (`chmod +x .ddev/solr/solr-init.sh
75-
- "./solr/solr-configupdate.sh:/docker-entrypoint-initdb.d/solr-configupdate.sh"
73+
# it will be refreshed on `ddev start`. It must be executable,
74+
# `chmod +x solr
75+
- "./solr/docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d"
7676

7777
entrypoint: [ "sh", "-c", "docker-entrypoint.sh solr-precreate dev /solr-conf" ]
7878

File renamed without changes.

0 commit comments

Comments
 (0)