Merge pull request #3018 from nextcloud/enh/noid/adjust-mastercontainer-cmd

mastercontainer - run supervisord directly and not as cmd option
This commit is contained in:
Simon L 2023-08-09 10:11:39 +02:00 committed by GitHub
commit b9099d8bf0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View file

@ -121,6 +121,5 @@ COPY mastercontainer.conf /etc/apache2/sites-available/mastercontainer.conf
USER root
ENTRYPOINT ["/start.sh"]
CMD ["/usr/bin/supervisord", "-c", "/supervisord.conf"]
HEALTHCHECK CMD /healthcheck.sh