entrypoint.sh

This commit is contained in:
2025-03-23 18:26:25 +01:00
parent 3f669a53a4
commit b670438ca2
2 changed files with 38 additions and 0 deletions

View File

@@ -13,6 +13,10 @@ services:
- ./ssl:/etc/dovecot/ssl
- ./mail:/var/mail
- ./log:/var/log
- ./entrypoint.sh:/entrypoint.sh # Custom Entrypoint-Script
environment:
- UMASK=002 # Wird von unserem Entrypoint verwendet
entrypoint: ["/bin/sh", "/entrypoint.sh"]
networks:
- mail_network