Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Docker
mailcatcher
Commits
1f221134
Commit
1f221134
authored
Dec 09, 2019
by
Joachim Eckerlin
Browse files
Fix versions in README
parent
f494cda1
Pipeline
#28644
passed with stage
in 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
1f221134
...
...
@@ -5,7 +5,7 @@ Simple fake smtp server and webinterface for testing mails in development.
## Supported tags and respective Dockerfile links
*
`0.6.5`
:
[
Dockerfile
](
0.6.5/Dockerfile
)
*
`latest`
:
see
`0.6.5`
*
`0.7`
`latest`
:
[
Dockerfile
](
0.7/Dockerfile
)
## Quick reference
...
...
@@ -20,7 +20,7 @@ Remember: we open ports in docker-compose.localhost.yml / docker-compose.traefik
```
services:
mailcatcher:
image: docker.team23.de/docker/mailcatcher:0.
6.5
image: docker.team23.de/docker/mailcatcher:0.
7
```
### docker-compose.localhost.yml
...
...
@@ -54,4 +54,4 @@ services:
## Environment variables
-
**SMTP_PORT**
Change default SMTP port (default: 1025)
-
**HTTP_PORT**
Change default HTTP port (default: 1080)
\ No newline at end of file
-
**HTTP_PORT**
Change default HTTP port (default: 1080)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment