diff --git a/compose.yml b/compose.yml index 8ec2968..52157fe 100644 --- a/compose.yml +++ b/compose.yml @@ -67,7 +67,7 @@ services: - SMTP_PORT configs: - source: settings_local - target: /opt/mailman/web/settings_local.py + target: /opt/mailman-web/settings_local.py - source: web_entrypoint_sh target: /usr/local/bin/docker-entrypoint-custom.sh mode: 0555