From c913267f0290e14ed2890e70cd050161512774c8 Mon Sep 17 00:00:00 2001 From: JandereDev Date: Thu, 28 Apr 2022 07:41:16 +0200 Subject: [PATCH] i fgorgor --- docker-compose.yml.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker-compose.yml.example b/docker-compose.yml.example index 55516c8..0c71ec8 100644 --- a/docker-compose.yml.example +++ b/docker-compose.yml.example @@ -53,6 +53,9 @@ services: - DB_STRING=mongodb://mogus:${DB_PASS}@mongo:27017/admin - NODE_ENV=production - BRIDGE_METRICS_PORT + # Uncomment if you enabled Prometheus metrics + #ports: + # - 127.0.0.1:${BRIDGE_METRICS_PORT}:${BRIDGE_METRICS_PORT} restart: unless-stopped depends_on: - mongo