Disable Mailhog weil funct nur auf amd64

main
Alex 1 year ago
parent 23cbe0623d
commit e923f892f3

@ -24,7 +24,7 @@ services:
- php - php
- redis_mtc - redis_mtc
- db_mtc - db_mtc
- mailhog_mtc # - mailhog_mtc
- pgadmin_mtc - pgadmin_mtc
networks: networks:
- mtc_net - mtc_net
@ -127,11 +127,11 @@ services:
networks: networks:
- mtc_net - mtc_net
mailhog_mtc: # mailhog_mtc:
container_name: mailhog_mtc # container_name: mailhog_mtc
image: mailhog/mailhog:latest # image: mailhog/mailhog:latest
ports: # ports:
- "1025:1025" # - "1025:1025"
- "8025:8025" # - "8025:8025"
networks: # networks:
- mtc_net # - mtc_net

Loading…
Cancel
Save