opentrashmail/docs/Docker.md
2023-03-23 09:59:37 +01:00

217 B

Quick testing

From the docker directory run

docker build -t opentrashmail . && docker run --rm -it --name trashmail -p 3000:80 -p 2525:25 opentrashmail

And check if it works on http://localhost:3000