2022-10-12 19:09:34 +08:00

10 lines
136 B
Docker

#MaxKey nginx Proxy Docker Build
FROM nginx
COPY ./default.conf /etc/nginx/conf.d/default.conf
#CMD ["nginx", "-g", "daemon off;"]