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.
2 parents 50018fb + 77f4d57 commit 3284470Copy full SHA for 3284470
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