entrypoint entfernt
This commit is contained in:
parent
e4f00357da
commit
749abdb29a
|
|
@ -16,7 +16,7 @@ services:
|
|||
- ./entrypoint.sh:/entrypoint.sh # Custom Entrypoint-Script
|
||||
environment:
|
||||
- UMASK=002 # Wird von unserem Entrypoint verwendet
|
||||
entrypoint: ["/bin/sh", "/entrypoint.sh"]
|
||||
# entrypoint: ["/bin/sh", "/entrypoint.sh"]
|
||||
networks:
|
||||
- mail_network
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue