Fix SMTP relay entrypoint config name
continuous-integration/drone/push Build is passing Details

This commit is contained in:
3wc 2020-09-29 00:43:13 +02:00
parent 2e489025d4
commit d48bb92dda
1 changed files with 4 additions and 4 deletions

View File

@ -12,8 +12,8 @@ services:
configs:
- source: mstmp_conf
target: /etc/msmtprc
- source: entrypoint
target: /etc/msmtprc
- source: entrypoint_conf
target: /docker-entrypoint.sh
mode: 0555
networks:
@ -26,6 +26,6 @@ configs:
file: msmtp.conf.tmpl
template_driver: golang
entrypoint_conf:
name: ${STACK_NAME}_entrypoint_${ENTRYPOINT_CONF_VERSION}
file: entrypoint.sh.tmpl
name: ${STACK_NAME}_entrypoint_mailrelay_${ENTRYPOINT_MAILRELAY_CONF_VERSION}
file: entrypoint.mailrelay.sh.tmpl
template_driver: golang