Skip to content

Commit 6a8861c

Browse files
committed
[#27] updated getting-started for 10.0.1
1 parent ad71c10 commit 6a8861c

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

getting-started/.env

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
COMPOSE_PROJECT_NAME=sitecore-xp0
22
SITECORE_DOCKER_REGISTRY=scr.sitecore.com/sxp/
3-
SITECORE_VERSION=10.0.0-ltsc2019
3+
SITECORE_VERSION=10.0-ltsc2019
44
SITECORE_ADMIN_PASSWORD=
55
SQL_SA_PASSWORD=
66
TELERIK_ENCRYPTION_KEY=
@@ -12,4 +12,5 @@ CM_HOST=xp0cm.localhost
1212
ID_HOST=xp0id.localhost
1313
TRAEFIK_IMAGE=traefik:v2.2.0-windowsservercore-1809
1414
TRAEFIK_ISOLATION=hyperv
15-
ISOLATION=default
15+
ISOLATION=default
16+
SOLR_CORE_PREFIX_NAME=sitecore

getting-started/docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ services:
103103
Sitecore_Identity_Server_InternalAuthority: http://id
104104
Sitecore_Identity_Server_CallbackAuthority: https://${CM_HOST}
105105
Sitecore_Identity_Server_Require_Https: "false"
106+
SOLR_CORE_PREFIX_NAME: ${SOLR_CORE_PREFIX_NAME}
106107
healthcheck:
107108
test: ["CMD", "powershell", "-command", "C:/Healthchecks/Healthcheck.ps1"]
108109
timeout: 300s
@@ -194,4 +195,4 @@ services:
194195
Sitecore_License: ${SITECORE_LICENSE}
195196
healthcheck:
196197
test: ["CMD", "powershell", "-command", "C:/Healthchecks/Healthcheck.ps1 -Port 8080"]
197-
timeout: 300s
198+
timeout: 300s

0 commit comments

Comments
 (0)