Skip to content

Commit 267e99e

Browse files
committed
fix: nginx default.conf 볼륨 마운트 경로 수정
1 parent 2ba0956 commit 267e99e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
container_name: nginx-dev
1010
image: nginx:latest
1111
volumes:
12-
- ./naoman/default.conf:/etc/nginx/conf.d/default/conf
12+
- ./naoman/default.conf:/etc/nginx/conf.d/default.conf
1313
restart: always
1414
ports:
1515
- 80:80
@@ -19,7 +19,7 @@ services:
1919
command: [
2020
"/bin/sh",
2121
"-c",
22-
"while :; do sleep 1m && wait $${!}; nginx -s reload; done & nginx -g 'daemon off;'"
22+
"while :; do sleep 6h && wait $${!}; nginx -s reload; done & nginx -g 'daemon off;'"
2323
]
2424

2525
redis:

0 commit comments

Comments
 (0)