Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions DockerfileWindows
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM mcr.microsoft.com/windows/servercore:ltsc2019 AS downloader

SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]

ENV ES_VERSION="21.10.0" `
ENV ES_VERSION="24.2.0" `
ES_HOME="C:\eventstore"

# ENV chocolateyUseWindowsCompression false
Expand All @@ -20,7 +20,7 @@ Expand-Archive eventstore.zip -DestinationPath $env:ES_HOME ;
FROM mcr.microsoft.com/windows/servercore:ltsc2019
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop';"]

ENV ES_VERSION="21.10.0" `
ENV ES_VERSION="24.2.0" `
ES_HOME="C:\eventstore" `
DOTNET_RUNNING_IN_CONTAINER=true

Expand Down
1 change: 0 additions & 1 deletion eventstore.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ StatsPeriodSec: -1
OptimizeIndexMerge: true
SkipIndexVerify: true
EnableAtomPubOverHttp: true
EnableExternalTcp: true
Insecure: true
ExtIp: 0.0.0.0