Change php-fpm to listen on :9000 to expose prometheus metrics via php-fpm_exporter

This commit is contained in:
Leonard Jonathan Oh 2023-03-14 13:21:48 +00:00
parent c117d8baa1
commit 47072710b2
7 changed files with 48 additions and 6 deletions

View file

@ -107,4 +107,5 @@ RUN set -eux; \
WORKDIR /snappymail
VOLUME /var/lib/snappymail
EXPOSE 8888
EXPOSE 9000
CMD ["/entrypoint.sh"]