Skip to content

Commit

Permalink
update maildev image (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
erfantkerfan committed Jun 17, 2023
1 parent 1c129ef commit 4ae41cb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ services:
COOKIE_SECURE: "false"
SMTP_SECURE: "false"
SMTP_HOST: mail
SMTP_PORT: 1025
DB_NAME: thunderdome
DB_USER: thor
DB_PASS: odinson
Expand All @@ -38,11 +39,11 @@ services:
networks:
- asgard
mail:
image: djfarrelly/maildev:1.1.0
image: maildev/maildev:2.0.5
restart: always
ports:
- 1080:80
- 1025:25
- 1080:1080
- 1025:1025
networks:
- asgard

Expand Down

0 comments on commit 4ae41cb

Please sign in to comment.