diff --git a/test-db.compose.yaml b/test-db.compose.yaml index c95a1fc..f326458 100644 --- a/test-db.compose.yaml +++ b/test-db.compose.yaml @@ -5,6 +5,10 @@ services: ports: - '27017:27017' volumes: - - dbdata:/data/db + - dbdata7:/data/db + environment: + - MONGO_INITDB_ROOT_USERNAME=owl + - MONGO_INITDB_ROOT_PASSWORD=twittwoo + restart: unless-stopped volumes: - dbdata6: \ No newline at end of file + dbdata7: \ No newline at end of file