entrypoint entfernt

This commit is contained in:
Andreas Knuth 2025-03-23 19:06:17 +01:00
parent e4f00357da
commit 749abdb29a
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ services:
- ./entrypoint.sh:/entrypoint.sh # Custom Entrypoint-Script - ./entrypoint.sh:/entrypoint.sh # Custom Entrypoint-Script
environment: environment:
- UMASK=002 # Wird von unserem Entrypoint verwendet - UMASK=002 # Wird von unserem Entrypoint verwendet
entrypoint: ["/bin/sh", "/entrypoint.sh"] # entrypoint: ["/bin/sh", "/entrypoint.sh"]
networks: networks:
- mail_network - mail_network