mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-12-02 05:57:21 +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:
|
services:
|
||||||
mongodb:
|
mongodb:
|
||||||
image: mongo:3.6
|
image: mongo:3.6
|
||||||
ports:
|
|
||||||
- "27017:27017"
|
|
||||||
command: mongod
|
command: mongod
|
||||||
networks:
|
networks:
|
||||||
backend:
|
backend:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user