Skip to content

Commit

Permalink
feat: Use host networking in docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
soohyunme committed Jun 9, 2024
1 parent bedbb8e commit d81243a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ services:
build:
context: .
dockerfile: Dockerfile
network: host
depends_on:
db:
condition: service_healthy
Expand Down

0 comments on commit d81243a

Please sign in to comment.