We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 504c15e commit 30e712fCopy full SHA for 30e712f
docker-compose.yml
@@ -2,7 +2,7 @@ services:
2
mongo:
3
image: mongo:latest
4
ports:
5
- - 27017:27017
+ - "127.0.0.1:27017:27017"
6
environment:
7
MONGO_INITDB_ROOT_USERNAME: forms-backend
8
MONGO_INITDB_ROOT_PASSWORD: forms-backend
0 commit comments