Skip to content

Commit 261dcf3

Browse files
committed
Removed backwards compatibility hack.
1 parent 3713a01 commit 261dcf3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ 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-
# be backwards compatible with pre-official images
17-
RUN ln -sf ../share/nginx /usr/local/nginx
18-
1916
VOLUME ["/usr/share/nginx/html"]
2017
VOLUME ["/etc/nginx"]
2118

0 commit comments

Comments
 (0)