Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
changed default directories for dde, emr, and frontend within tmp
  • Loading branch information
KytonThaundi authored and Skipper-116 committed Jan 27, 2025
1 parent 4299dd7 commit 75662e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:

emr:
build:
context: ./docker/emr
context: ./emr
environment:
DB_HOST: mysql
DB_DATABASE: ${EMR_DB}
Expand All @@ -32,7 +32,7 @@ services:

dde:
build:
context: ./docker/dde
context: ./dde
environment:
DB_HOST: mysql
DB_DATABASE: ${DDE_DB}
Expand All @@ -45,7 +45,7 @@ services:

frontend:
build:
context: ./docker/frontend
context: ./frontend
depends_on:
- emr
networks:
Expand Down

0 comments on commit 75662e7

Please sign in to comment.