MongoDB: in dev env configured the same initial admin pass

This commit is contained in:
2025-11-25 13:58:56 +01:00
parent ff24bf1ca9
commit 819d0de481

View File

@@ -13,7 +13,7 @@ services:
- 27017:27017
environment:
MONGO_INITDB_ROOT_USERNAME: root
MONGO_INITDB_ROOT_PASSWORD: example
MONGO_INITDB_ROOT_PASSWORD: HjktJCPWMBtM1ACrDaw7
volumes:
- ./mongo-volume:/data/db
mongo-express: