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 3713a01 commit 261dcf3Copy full SHA for 261dcf3
Dockerfile
@@ -13,9 +13,6 @@ RUN apt-get update && apt-get install -y nginx=${NGINX_VERSION}
13
RUN ln -sf /dev/stdout /var/log/nginx/access.log
14
RUN ln -sf /dev/stderr /var/log/nginx/error.log
15
16
-# be backwards compatible with pre-official images
17
-RUN ln -sf ../share/nginx /usr/local/nginx
18
-
19
VOLUME ["/usr/share/nginx/html"]
20
VOLUME ["/etc/nginx"]
21
0 commit comments