Changes by kmitr

This commit is contained in:
Lucàs
2024-03-20 17:19:56 +01:00
parent 07b5bdd926
commit a8496d6124
5 changed files with 19 additions and 4 deletions
+15 -1
View File
@@ -10,4 +10,18 @@ services:
ports:
- "6033:3306"
expose:
- "3306"
- "3306"
maildev:
image: maildev/maildev
environment:
- TZ=Asia/Shanghai
- MAILDEV_WEB_PORT=1080
- MAILDEV_SMTP_PORT=1025
ports:
- "8090:1080"
- "8025:1025"
logging:
driver: "json-file"
options:
max-size: "1m"