From 37177233e7b217cab967e2ec5abf63ab4714e81d Mon Sep 17 00:00:00 2001 From: decentral1se Date: Fri, 21 May 2021 14:59:07 +0200 Subject: [PATCH] Fix path --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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