2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-09 12:21:04 +08:00
discourse/bin/docker/mailcatcher

5 lines
102 B
Text
Raw Normal View History

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