SMTP setup, Docker + fix ports

This commit is contained in:
2024-11-24 01:59:00 +02:00
parent 339904ac4c
commit 6bee3a0e13
9 changed files with 141 additions and 8 deletions

View File

@@ -50,12 +50,6 @@
<artifactId>log4j-core</artifactId>
<version>2.24.2</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-layout-template-json</artifactId>
<version>2.24.2</version>
</dependency>
</dependencies>
<build>