2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-05 08:59:27 +08:00
discourse/bin/docker/mailcatcher
2016-12-13 09:26:11 -05:00

4 lines
102 B
Bash
Executable file

#!/bin/bash
CMD="mailcatcher --http-ip 0.0.0.0 -f"
docker exec -it discourse_dev /bin/bash -c "$CMD"