Browse Source

Merge pull request #90 from hoax/master

added --no-quit to remove quit-button in web ui
pull/91/head
Johannes Schickling 6 years ago
committed by GitHub
parent
commit
d50cc6515c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      mailcatcher/Dockerfile

2
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"]
Loading…
Cancel
Save