updated files and cleaned out extends

This commit is contained in:
2025-03-01 01:38:07 -08:00
parent 7939cbc04d
commit edb7658b92
13 changed files with 48 additions and 63 deletions
+14
View File
@@ -0,0 +1,14 @@
# Mailhog
TODO:
```
mailhog:
image: 'mailhog/mailhog:latest' # https://hub.docker.com/r/mailhog/mailhog
ports:
- "${SMTP_PORT}:1025"
- "8002:8025"
volumes:
- "/etc/timezone:/etc/timezone:ro"
- "/etc/localtime:/etc/localtime:ro"
```