Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KhaledAshrafH committed May 24, 2023
1 parent ef5d585 commit aead599
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ services:
student-statistics-process:
build: .
image: 5aleda4rf/student-statistics-process:latest
# volumes:
# - C:\Users\5aleda4rf\IdeaProjects\data:/app/data/batch
volumes:
- ./data:/app/data/batch
ports:
- "80:80"
stdin_open: true
Expand All @@ -14,8 +14,8 @@ services:
registeration-process:
build: .
image: 5aleda4rf/registeration-process:latest
# volumes:
# - C:\Users\5aleda4rf\IdeaProjects\data:/app/data/batch
volumes:
- ./data:/app/data/batch
ports:
- "81:81"
stdin_open: true
Expand Down

0 comments on commit aead599

Please sign in to comment.