We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b4f418 commit 77f4d57Copy full SHA for 77f4d57
src/Testcontainers.Papercut/PapercutBuilder.cs
@@ -4,11 +4,11 @@ namespace Testcontainers.Papercut;
4
[PublicAPI]
5
public sealed class PapercutBuilder : ContainerBuilder<PapercutBuilder, PapercutContainer, PapercutConfiguration>
6
{
7
- public const string PapercutImage = "changemakerstudiosus/papercut-smtp:latest";
+ public const string PapercutImage = "changemakerstudiosus/papercut-smtp:7.0";
8
9
- public const ushort SmtpPort = 25;
+ public const ushort SmtpPort = 2525;
10
11
- public const ushort HttpPort = 80;
+ public const ushort HttpPort = 8080;
12
13
/// <summary>
14
/// Initializes a new instance of the <see cref="PapercutBuilder" /> class.
0 commit comments