Docker - Nginx autoreload on config file changes

后端 未结 0 967
星月不相逢
星月不相逢 2021-01-30 04:29

I have an nginx container, with the following Dockerfile:

FROM nginx:1.19.2

COPY ./nginx.conf /etc/nginx/nginx.conf
COPY ./conf.d /etc/nginx/conf.d

WORKDIR /etc         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题