diff --git a/docker-compose.yml b/docker-compose.yml index e04329b..e61561b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -24,7 +24,7 @@ services: - php - redis_mtc - db_mtc - - mailhog_mtc + # - mailhog_mtc - pgadmin_mtc networks: - mtc_net @@ -127,11 +127,11 @@ services: networks: - mtc_net - mailhog_mtc: - container_name: mailhog_mtc - image: mailhog/mailhog:latest - ports: - - "1025:1025" - - "8025:8025" - networks: - - mtc_net +# mailhog_mtc: + # container_name: mailhog_mtc + # image: mailhog/mailhog:latest +# ports: + # - "1025:1025" + # - "8025:8025" +# networks: + # - mtc_net