Skip to content

Commit 30e712f

Browse files
committed
Only bind to loop back address, rather than all interfaces
1 parent 504c15e commit 30e712f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ services:
22
mongo:
33
image: mongo:latest
44
ports:
5-
- 27017:27017
5+
- "127.0.0.1:27017:27017"
66
environment:
77
MONGO_INITDB_ROOT_USERNAME: forms-backend
88
MONGO_INITDB_ROOT_PASSWORD: forms-backend

0 commit comments

Comments
 (0)