Skip to content

Commit

Permalink
Allow multiple instances (#21)
Browse files Browse the repository at this point in the history
Fixes #20

Co-authored-by: tyler36 <[email protected]>
  • Loading branch information
tyler36 and tyler36 authored Nov 21, 2023
1 parent 81eb765 commit ec3eb8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.xhgui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

0 comments on commit ec3eb8a

Please sign in to comment.