Skip to content

Commit

Permalink
chore: nginx 관련 docker setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Sangwook02 committed Jan 15, 2024
1 parent b55af08 commit 7b6eca2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ services:
restart: always
ports:
- "80:80"
volumes:
- ./nginx.conf.d:/etc/nginx/conf.d
build:
context: ./nginx
dockerfile: Dockerfile
depends_on:
- backend
network_mode: host
Expand Down

0 comments on commit 7b6eca2

Please sign in to comment.