1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 09:37:02 +00:00
Files
go-inbucket/etc/docker/docker-run.sh
James Hillyerd 3b0d17867e Docker updates
- Build from official golang image
- Modernize docker build script
- Remove sudo from docker-run.sh, relocate
2015-08-23 23:39:07 -07:00

6 lines
145 B
Bash
Executable File

#!/bin/sh
# docker-run.sh
# description: Launch Inbucket's docker image
docker run -p 9000:10080 -p 2500:10025 -p 1100:10110 jhillyerd/inbucket