Files
www/Dockerfile
T
2026-04-09 14:23:57 -04:00

6 lines
96 B
Docker

FROM httpd
RUN apt-get update -y && apt-get install -y prometheus-apache-exporter
EXPOSE 9117