1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 09:37:02 +00:00

docker: Update for environment config for #86

- Change to default ports (less surprising)
- Drop `/con/` volume naming, never caught on
This commit is contained in:
James Hillyerd
2018-03-25 15:35:45 -07:00
parent ce2339ee9c
commit 86c8ccf9ea
4 changed files with 25 additions and 16 deletions

View File

@@ -20,6 +20,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
more enjoyable to work on.
- Renamed `themes` directory to `ui` and eliminated the intermediate `bootstrap`
directory.
- Docker build:
- Uses the same default ports as other builds; smtp:2500 http:9000 pop3:1100
- Uses volume `/config` for `greeting.html`
- Uses volume `/storage` for mail storage
## [v1.3.1] - 2018-03-10