From 562df4f61f6a236bf2850dcd6b896a69c3179cbc Mon Sep 17 00:00:00 2001 From: decentral1se Date: Fri, 14 May 2021 16:45:42 +0200 Subject: [PATCH] Preserve commands --- compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compose.yml b/compose.yml index 04c0733..30fc57a 100644 --- a/compose.yml +++ b/compose.yml @@ -33,6 +33,7 @@ services: target: /usr/local/bin/docker-entrypoint-custom.sh mode: 0555 entrypoint: /usr/local/bin/docker-entrypoint-custom.sh + command: master --force front: image: "maxking/mailman-web:0.3" @@ -59,6 +60,7 @@ services: target: /usr/local/bin/docker-entrypoint-ustom.sh mode: 0555 entrypoint: /usr/local/bin/docker-entrypoint-custom.sh + command: uwsgi --ini /opt/mailman-web/uwsgi.ini web: image: "nginx:1.20.0"