Commit eda431b2 authored by Andrea Il Grande's avatar Andrea Il Grande
Browse files

Updated Orion-ld docker-compose

parent 6a570c01
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ services:

    depends_on:
      - mongo-db
    command: -fg -experimental -wip entityMaps,distSubs -forwarding -t 0-255 -debugCurl
    command: -dbhost mongo-db${SUFFIX} -logLevel DEBUG -mongocOnly -wip entityMaps,distSubs -forwarding
  mongo-db:
    image: mongo:3.6
    hostname: mongo-db${SUFFIX}