Skip to content

Commit 766f6f9

Browse files
Merge pull request Sitecore#61 from Sitecore/feature/update-docker-compose-override-files
Update docker compose override files with skip "\\" in path to entryp…
2 parents ac5f156 + 91c69b0 commit 766f6f9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

custom-images/docker-compose.override.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ services:
6767
- ${LOCAL_DATA_PATH}\devicedetection:C:\inetpub\wwwroot\App_Data\DeviceDetection
6868
environment:
6969
SITECORE_DEVELOPMENT_PATCHES: CustomErrorsOff
70-
entrypoint: powershell -Command "& C:\tools\entrypoints\iis\Development.ps1"
70+
entrypoint: powershell -Command "& C:\\tools\\entrypoints\\iis\\Development.ps1"
7171

7272
xconnect:
7373
image: ${REGISTRY}${COMPOSE_PROJECT_NAME}-xp0-xconnect:${VERSION:-latest}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ services:
9292
- ${LOCAL_DATA_PATH}\cm:C:\inetpub\wwwroot\App_Data\logs
9393
environment:
9494
SITECORE_DEVELOPMENT_PATCHES: CustomErrorsOff
95-
entrypoint: powershell -Command "& C:\tools\entrypoints\iis\Development.ps1"
95+
entrypoint: powershell -Command "& C:\\tools\\entrypoints\\iis\\Development.ps1"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ services:
9393
- ${LOCAL_DATA_PATH}\cm:C:\inetpub\wwwroot\App_Data\logs
9494
environment:
9595
SITECORE_DEVELOPMENT_PATCHES: CustomErrorsOff
96-
entrypoint: powershell -Command "& C:\tools\entrypoints\iis\Development.ps1"
96+
entrypoint: powershell -Command "& C:\\tools\\entrypoints\\iis\\Development.ps1"
9797

9898
prc:
9999
image: ${REGISTRY}${COMPOSE_PROJECT_NAME}-xp1-prc:${VERSION:-latest}

0 commit comments

Comments
 (0)