Skip to content

Commit

Permalink
* can't use log message for checking container health
Browse files Browse the repository at this point in the history
  • Loading branch information
RagingKore committed Nov 7, 2023
1 parent 609f706 commit 89dd71a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ protected override ContainerBuilder Configure() {
.WithName(containerName)
.WithEnvironment(env)
.MountVolume(certsPath, "/etc/eventstore/certs", MountType.ReadOnly)
.ExposePort(port, 2113)
.WaitForMessageInLog("'admin' user added to $users.", FromSeconds(60));
.ExposePort(port, 2113);
//.WaitForMessageInLog("'admin' user added to $users.", FromSeconds(60));
}

/// <summary>
Expand Down

0 comments on commit 89dd71a

Please sign in to comment.