mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 17:37:02 +03:00
Change php-fpm to listen on :9000 to expose prometheus metrics via php-fpm_exporter
This commit is contained in:
parent
c117d8baa1
commit
47072710b2
7 changed files with 48 additions and 6 deletions
|
|
@ -107,4 +107,5 @@ RUN set -eux; \
|
|||
WORKDIR /snappymail
|
||||
VOLUME /var/lib/snappymail
|
||||
EXPOSE 8888
|
||||
EXPOSE 9000
|
||||
CMD ["/entrypoint.sh"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue