devilbox/compose/docker-compose.override.yml-mailhog

16 lines
294 B
Plaintext
Raw Normal View History

2018-08-12 11:20:17 +00:00
version: '2.1'
services:
mailhog:
hostname: mailhog
image: mailhog/mailhog:latest
ports:
2018-08-12 11:30:05 +00:00
- "${LOCAL_LISTEN_ADDR}${HOST_PORT_CUSTOM_MAILHOG:-8025}:8025"
2018-08-12 11:20:17 +00:00
networks:
app_net:
ipv4_address: 172.16.238.201
depends_on:
- bind
- php
- httpd