Preserve commands

This commit is contained in:
decentral1se 2021-05-14 16:45:42 +02:00
parent c602b532ab
commit 562df4f61f
Signed by: decentral1se
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 2 additions and 0 deletions

View File

@ -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"