File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,9 @@ x-vllm-proxy-common: &vllm-proxy-common
4444
4545services :
4646 nginx :
47- image : nginx:alpine
47+ image : nginx@sha256:1d13701a5f9f3fb01aaa88cef2344d65b6b5bf6b7d9fa4cf0dca557a8d7702ba
4848 container_name : nginx
49+ command : /bin/sh -c 'while :; do sleep 6h; nginx -s reload; done & nginx -g "daemon off;"'
4950 ports :
5051 - " 8000:80"
5152 - " 8444:443"
Original file line number Diff line number Diff line change @@ -44,8 +44,9 @@ x-vllm-proxy-common: &vllm-proxy-common
4444
4545services :
4646 nginx :
47- image : nginx:alpine
47+ image : nginx@sha256:1d13701a5f9f3fb01aaa88cef2344d65b6b5bf6b7d9fa4cf0dca557a8d7702ba
4848 container_name : nginx
49+ command : /bin/sh -c 'while :; do sleep 6h; nginx -s reload; done & nginx -g "daemon off;"'
4950 ports :
5051 - " 8000:80"
5152 - " 8444:443"
You can’t perform that action at this time.
0 commit comments