You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I dont have any changes after the clone.
After running the command: docker-compose up.
i got this output:
docker-node-mongo | Server running...
docker-node-mongo | { MongoNetworkError: failed to connect to server [localhost:27017] on first connect [MongoNetworkError: connect ECONNREFUSED 127.0.0.1:27017]
docker-node-mongo | at Pool.<anonymous> (/usr/src/app/node_modules/mongodb-core/lib/topologies/server.js:562:11)
docker-node-mongo | at Pool.emit (events.js:198:13)
docker-node-mongo | at Connection.<anonymous> (/usr/src/app/node_modules/mongodb-core/lib/connection/pool.js:316:12)
docker-node-mongo | at Object.onceWrapper (events.js:286:20)
docker-node-mongo | at Connection.emit (events.js:198:13)
docker-node-mongo | at Socket.<anonymous> (/usr/src/app/node_modules/mongodb-core/lib/connection/connection.js:245:50)
docker-node-mongo | at Object.onceWrapper (events.js:286:20)
docker-node-mongo | at Socket.emit (events.js:198:13)
docker-node-mongo | at emitErrorNT (internal/streams/destroy.js:91:8)
docker-node-mongo | at emitErrorAndCloseNT (internal/streams/destroy.js:59:3)
docker-node-mongo | at process._tickCallback (internal/process/next_tick.js:63:19)
docker-node-mongo | name: 'MongoNetworkError',
docker-node-mongo | message:
docker-node-mongo | 'failed to connect to server [localhost:27017] on first connect [MongoNetworkError: connect ECONNREFUSED 127.0.0.1:27017]',
docker-node-mongo | errorLabels: [ 'TransientTransactionError' ],
docker-node-mongo | [Symbol(mongoErrorContextSymbol)]: {} }
can someone help?
Thank you :-)
The text was updated successfully, but these errors were encountered:
Hello everyone!
I dont have any changes after the clone.
After running the command: docker-compose up.
i got this output:
can someone help?
Thank you :-)
The text was updated successfully, but these errors were encountered: