From ec3eb8a0414f793aebb7186eb516b0b35774e330 Mon Sep 17 00:00:00 2001 From: tyler36 Date: Tue, 21 Nov 2023 11:58:31 +0900 Subject: [PATCH] Allow multiple instances (#21) Fixes #20 Co-authored-by: tyler36 <7234392+tyler36@users.noreply.github.com> --- docker-compose.xhgui.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.xhgui.yaml b/docker-compose.xhgui.yaml index 7ceb361..33cd8f0 100644 --- a/docker-compose.xhgui.yaml +++ b/docker-compose.xhgui.yaml @@ -44,8 +44,8 @@ services: volumes: - ./xhgui-mongo/mongo.init.d:/docker-entrypoint-initdb.d - xhgui-mongo:/data/db - ports: - - "27017:27017" + expose: + - "27017" volumes: xhgui-mongo: