Skip to content

Commit

Permalink
docker-compose port fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AmanRaj1608 committed May 17, 2021
1 parent 553336f commit a20f8cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
client:
build: ./client
ports:
- "80:80"
- "3000:3000"
depends_on:
- backend
backend:
Expand Down

0 comments on commit a20f8cc

Please sign in to comment.