diff --git a/compose-files/mongo.yml b/compose-files/mongo.yml index 204233d..0a5751a 100644 --- a/compose-files/mongo.yml +++ b/compose-files/mongo.yml @@ -2,8 +2,6 @@ version: '2.1' services: mongodb: image: mongo:3.6 - ports: - - "27017:27017" command: mongod networks: backend: