Disable Mailhog weil funct nur auf amd64

main
Alex
parent 23cbe0623d
commit e923f892f3

@ -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

Loading…
Cancel
Save