Skip to content

Commit c3aa476

Browse files
committed
Option '--start-server' is useless as it is implied by option '--background'
Closes: #17
1 parent 1f233e6 commit c3aa476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ EXPOSE 25
1010
VOLUME ["/var/mail"]
1111

1212
# Start the STMP server without a GUI (background)
13-
CMD java -jar /opt/fakeSMTP.jar --start-server --background --port 25 --output-dir /var/mail
13+
CMD java -jar /opt/fakeSMTP.jar --background --port 25 --output-dir /var/mail

0 commit comments

Comments
 (0)