الملفات
nginxLB/entrypoint.sh
2025-11-01 07:46:06 +00:00

4 أسطر
164 B
Bash

#!/bin/sh
# Substitute environment variables in the template
envsubst < /etc/nginx/templates/nginx.conf.template > /etc/nginx/nginx.conf
exec nginx -g 'daemon off;'