devenv: fix maildev block (#43624)

pull/43635/head
Gilles De Mey 4 years ago committed by GitHub
parent 7de5d5fbd1
commit 56d088c441
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      devenv/docker/blocks/maildev/docker-compose.yaml

@ -1,5 +1,5 @@
maildev:
image: maildev/maildev
image: gillesdemey/maildev
ports:
- "12080:80"
- "1025:25"
- "12080:1080"
- "1025:1025"

Loading…
Cancel
Save