From 522f294d4ba7f8865aa93fef9ef01b66c10a3059 Mon Sep 17 00:00:00 2001 From: f Date: Tue, 26 Oct 2021 16:45:18 -0300 Subject: [PATCH] =?UTF-8?q?documentar=20para=20qu=C3=A9=20es=20el=20puerto?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 868d94c0..8d5f5ce6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -132,4 +132,5 @@ VOLUME "/srv/http/data" # El puerto de puma EXPOSE 3000 +# Prometheus EXPOSE 9394