Bind only to 127.0.0.1

This commit is contained in:
Madis Mägi 2021-06-21 18:27:00 +03:00
parent 400164a0b1
commit c89d6a5488
1 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@ services:
volumes:
- ./mongo-init.js:/docker-entrypoint-initdb.d/mongo-init.js:ro
ports:
- "27017:27017"
- "127.0.0.1:27017:27017"