get mongo running

This commit is contained in:
iamBadgers
2025-06-13 00:01:55 -07:00
parent 39a3783ebd
commit 1bcaedc293
4 changed files with 88 additions and 41 deletions

View File

@@ -56,8 +56,6 @@ services:
MONGO_INITDB_DATABASE: DB
networks:
- rush-character-net
ports:
- 27017:27017
mongo-express:
image: mongo-express
restart: always