Skip to content

Commit 36c7646

Browse files
committed
fix VOLUME
1 parent dba4b97 commit 36c7646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ COPY nginx.conf /etc/nginx/nginx.conf
3030

3131
EXPOSE 8000/tcp 4430/tcp
3232

33-
VOLUME ["${NGINX_SITECONF_DIR}","/etc/nginx/conf.d","etc/nginx/certs","/var/log/nginx","/var/www"]
33+
VOLUME ["${NGINX_SITECONF_DIR}","/etc/nginx/conf.d","/etc/nginx/certs","/var/log/nginx","/var/www"]
3434

3535
LABEL description="nginx built from source" \
3636
nginx="nginx ${NGINX_VERSION}" \

0 commit comments

Comments
 (0)