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"