mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-17 09:37:02 +00:00
- Build from official golang image - Modernize docker build script - Remove sudo from docker-run.sh, relocate
6 lines
145 B
Bash
Executable File
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
|