Skip to content

Commit eb3e73e

Browse files
committed
fixed solr data binding
1 parent 1c2eee3 commit eb3e73e

3 files changed

Lines changed: 6 additions & 12 deletions

File tree

custom-images/docker-compose.override.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,10 @@ services:
2828
volumes:
2929
- ${LOCAL_DATA_PATH}\mssql:c:\data
3030

31-
# Mount our Solr data folder and use our retagged Solr image.
31+
# Mount our Solr data folder
3232
solr:
3333
volumes:
34-
- type: bind
35-
source: .\docker\data\solr
36-
target: c:\data
34+
- ${LOCAL_DATA_PATH}\solr:c:\data
3735

3836
# Some modules (like SXA) also require additions to the Solr image.
3937
solr-init:

custom-images/docker-compose.xm1.override.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,10 @@ services:
3535
volumes:
3636
- ${LOCAL_DATA_PATH}\mssql:c:\data
3737

38-
# Mount our Solr data folder and use our retagged Solr image.
38+
# Mount our Solr data folder
3939
solr:
4040
volumes:
41-
- type: bind
42-
source: .\docker\data\solr
43-
target: c:\data
41+
- ${LOCAL_DATA_PATH}\solr:c:\data
4442

4543
# Some modules (like SXA) also require additions to the Solr image.
4644
solr-init:

custom-images/docker-compose.xp1.override.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,10 @@ services:
3535
volumes:
3636
- ${LOCAL_DATA_PATH}\mssql:c:\data
3737

38-
# Mount our Solr data folder and use our retagged Solr image.
38+
# Mount our Solr data folder
3939
solr:
4040
volumes:
41-
- type: bind
42-
source: .\docker\data\solr
43-
target: c:\data
41+
- ${LOCAL_DATA_PATH}\solr:c:\data
4442

4543
# Some modules (like SXA) also require additions to the Solr image.
4644
solr-init:

0 commit comments

Comments
 (0)