Skip to content

Commit

Permalink
fix: nginx default.conf 볼륨 마운트 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
bflykky committed Jul 30, 2024
1 parent 2ba0956 commit 267e99e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
container_name: nginx-dev
image: nginx:latest
volumes:
- ./naoman/default.conf:/etc/nginx/conf.d/default/conf
- ./naoman/default.conf:/etc/nginx/conf.d/default.conf
restart: always
ports:
- 80:80
Expand All @@ -19,7 +19,7 @@ services:
command: [
"/bin/sh",
"-c",
"while :; do sleep 1m && wait $${!}; nginx -s reload; done & nginx -g 'daemon off;'"
"while :; do sleep 6h && wait $${!}; nginx -s reload; done & nginx -g 'daemon off;'"
]

redis:
Expand Down

0 comments on commit 267e99e

Please sign in to comment.