Skip to content

Commit f3d09b3

Browse files
committed
Tune the exported VOLUMES list.
Fixes nginx#5.
1 parent 64ce8e4 commit f3d09b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ RUN apt-get update && apt-get install -y nginx=${NGINX_VERSION}
1313
RUN ln -sf /dev/stdout /var/log/nginx/access.log
1414
RUN ln -sf /dev/stderr /var/log/nginx/error.log
1515

16-
VOLUME ["/usr/share/nginx/html"]
17-
VOLUME ["/etc/nginx"]
16+
VOLUME ["/var/cache/nginx"]
1817

1918
EXPOSE 80 443
2019

0 commit comments

Comments
 (0)