From f90ff62e3f0cbe4330072a311b92ec2b35b04f73 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Fri, 14 May 2021 16:50:53 +0200 Subject: [PATCH] Fix typo --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 30fc57a..10ca39f 100644 --- a/compose.yml +++ b/compose.yml @@ -57,7 +57,7 @@ services: - SMTP_PORT configs: - source: web_entrypoint_sh - target: /usr/local/bin/docker-entrypoint-ustom.sh + target: /usr/local/bin/docker-entrypoint-custom.sh mode: 0555 entrypoint: /usr/local/bin/docker-entrypoint-custom.sh command: uwsgi --ini /opt/mailman-web/uwsgi.ini