Skip to content

Commit

Permalink
chore: Update docker-compose.yml for backend
Browse files Browse the repository at this point in the history
  • Loading branch information
kvineet002 committed Aug 25, 2024
1 parent 735973d commit 2f54004
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Backend/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ services:
build:
context: .
dockerfile: Dockerfile
extra_hosts:
- "host.docker.internal:host-gateway"
network_mode: "host"
ports:
- "9501:3002"
volumes:
Expand Down

0 comments on commit 2f54004

Please sign in to comment.