mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-17 17:47:03 +00:00
Docker updates
- Build from official golang image - Modernize docker build script - Remove sudo from docker-run.sh, relocate
This commit is contained in:
5
etc/docker/docker-run.sh
Executable file
5
etc/docker/docker-run.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
# docker-run.sh
|
||||
# description: Launch Inbucket's docker image
|
||||
|
||||
docker run -p 9000:10080 -p 2500:10025 -p 1100:10110 jhillyerd/inbucket
|
||||
Reference in New Issue
Block a user