Browse Source
Merge pull request #90 from hoax/master
added --no-quit to remove quit-button in web ui
pull/91/head
Johannes Schickling
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
mailcatcher/Dockerfile
|
|
@ -18,4 +18,4 @@ EXPOSE 1025 |
|
|
|
# webserver port |
|
|
|
EXPOSE 1080 |
|
|
|
|
|
|
|
CMD ["mailcatcher", "--foreground", "--ip=0.0.0.0"] |
|
|
|
CMD ["mailcatcher", "--no-quit", "--foreground", "--ip=0.0.0.0"] |