mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-22 09:47:04 +01:00
Do not expose mongo interface to docker host
This commit is contained in:
parent
5b0b11ea26
commit
02a7375972
@ -2,8 +2,6 @@ version: '2.1'
|
||||
services:
|
||||
mongodb:
|
||||
image: mongo:3.6
|
||||
ports:
|
||||
- "27017:27017"
|
||||
command: mongod
|
||||
networks:
|
||||
backend:
|
||||
|
Loading…
Reference in New Issue
Block a user