1
0
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:
Javier Cortejoso 2018-11-30 10:41:06 +01:00
parent 5b0b11ea26
commit 02a7375972
No known key found for this signature in database
GPG Key ID: FBEEF3131E39EBCF

View File

@ -2,8 +2,6 @@ version: '2.1'
services:
mongodb:
image: mongo:3.6
ports:
- "27017:27017"
command: mongod
networks:
backend: