Skip to content

Commit

Permalink
fix port issue on FE
Browse files Browse the repository at this point in the history
  • Loading branch information
djeck1432 committed Oct 1, 2024
1 parent 09d371e commit 4244ccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ services:
- ./frontend:/usr/src/app
environment:
- CHOKIDAR_USEPOLLING=true
expose:
- "3000"
ports:
- "3000:3000"
networks:
- app_network

Expand Down

0 comments on commit 4244ccb

Please sign in to comment.