mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-17 09:37:02 +00:00
Update README.md (#556)
I copied the command from the website at [/packages/docker.html](https://inbucket.org/packages/docker.html). I thought it would be convenient if people could directly copy the command to run the image locally from the readme.
This commit is contained in:
@@ -30,6 +30,13 @@ Inbucket has automated [Docker Image] builds via Docker Hub. The `latest` tag
|
|||||||
tracks our tagged releases, and `edge` tracks our potentially unstable
|
tracks our tagged releases, and `edge` tracks our potentially unstable
|
||||||
`main` branch.
|
`main` branch.
|
||||||
|
|
||||||
|
Start the docker image by running:
|
||||||
|
|
||||||
|
```
|
||||||
|
docker run -d --name inbucket -p 9000:9000 -p 2500:2500 -p 1100:1100 inbucket/inbucket
|
||||||
|
```
|
||||||
|
|
||||||
|
Then point your browser to [localhost:9000](http://localhost:9000/)
|
||||||
|
|
||||||
## Building from Source
|
## Building from Source
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user