Skip to content

Commit

Permalink
chore: nginx log추가 (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbscks97 authored Aug 19, 2024
1 parent c9b400c commit 59c1be4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ services:
environment:
- TZ=Asia/Seoul
network_mode: "host"

nginx:
image: "nginx:alpine"
container_name: nginx
Expand All @@ -26,4 +27,5 @@ services:
network_mode: host
volumes:
- ./nginx/default.conf:/etc/nginx/conf.d/default.conf
- /var/log/nginx:/var/log/nginx

0 comments on commit 59c1be4

Please sign in to comment.