entrypoint.sh
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user