mirror of
https://github.com/cytopia/devilbox.git
synced 2025-05-04 09:43:16 +00:00
16 lines
294 B
Plaintext
16 lines
294 B
Plaintext
version: '2.1'
|
|
|
|
services:
|
|
mailhog:
|
|
hostname: mailhog
|
|
image: mailhog/mailhog:latest
|
|
ports:
|
|
- "${LOCAL_LISTEN_ADDR}${HOST_PORT_CUSTOM_MAILHOG:-8025}:8025"
|
|
networks:
|
|
app_net:
|
|
ipv4_address: 172.16.238.201
|
|
depends_on:
|
|
- bind
|
|
- php
|
|
- httpd
|