diff --git a/docker-compose.yml b/docker-compose.yml index 08aa773..8d43520 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -48,4 +48,4 @@ services: image: 'mailhog/mailhog:latest' # https://hub.docker.com/r/mailhog/mailhog ports: - "1025:1025" - - "8025:8025" \ No newline at end of file + - "8002:8025" \ No newline at end of file