Skip to content

Commit

Permalink
chore: nginx Dockerfile 생성에 따라 volumes 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
vixloaze committed Oct 14, 2023
1 parent ab65b2d commit ef33f08
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 @@ -4,10 +4,11 @@ services:
nginx:
container_name: nginx
image: nginx
build:
dockerfile: Dockerfile
context: ./nginx
ports:
- 80:80
volumes:
- ./nginx/conf.d:/etc/nginx/conf.d
depends_on:
- backend
networks:
Expand Down

0 comments on commit ef33f08

Please sign in to comment.