Docker Deploy
Openresty
Init
base_path=/data
openresty_image=openresty/openresty:1.27.1.2-bookworm
mkdir -p $base_path/openresty/logs
mkdir -p $base_path/openresty/conf
mkdir -p $base_path/openresty/conf/conf.d
Pull Image
docker pull $openresty_image
nginx.conf
docker run --rm ...