Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsk4 authored Dec 9, 2022
1 parent 8b41224 commit 0ff6525
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DeFi-Data-Engine/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
hostname: MONGO
dataengine:
build:
context: ./Defi\ Data\ Engine/
context: "DeFi Data Engine"
depends_on:
- mongodb_container
ports:
Expand All @@ -18,7 +18,7 @@ services:
hostname: DataEngine
restapp:
build:
context: ./Rest\ Application/
context: "Rest Application"
depends_on:
- dataengine
ports:
Expand Down

0 comments on commit 0ff6525

Please sign in to comment.