We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f233e6 commit c3aa476Copy full SHA for c3aa476
Dockerfile
@@ -10,4 +10,4 @@ EXPOSE 25
10
VOLUME ["/var/mail"]
11
12
# Start the STMP server without a GUI (background)
13
-CMD java -jar /opt/fakeSMTP.jar --start-server --background --port 25 --output-dir /var/mail
+CMD java -jar /opt/fakeSMTP.jar --background --port 25 --output-dir /var/mail
0 commit comments