We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dba4b97 commit 36c7646Copy full SHA for 36c7646
Dockerfile
@@ -30,7 +30,7 @@ COPY nginx.conf /etc/nginx/nginx.conf
30
31
EXPOSE 8000/tcp 4430/tcp
32
33
-VOLUME ["${NGINX_SITECONF_DIR}","/etc/nginx/conf.d","etc/nginx/certs","/var/log/nginx","/var/www"]
+VOLUME ["${NGINX_SITECONF_DIR}","/etc/nginx/conf.d","/etc/nginx/certs","/var/log/nginx","/var/www"]
34
35
LABEL description="nginx built from source" \
36
nginx="nginx ${NGINX_VERSION}" \
0 commit comments