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.
2 parents 19d5f5d + 2325519 commit 9fa36aeCopy full SHA for 9fa36ae
Dockerfile
@@ -70,7 +70,9 @@ RUN set -x \
70
###
71
### Create directories
72
73
+# /docker-entrypoint.d/10-ipv6* was added by nginx to do some IPv6 magic (which breaks the image)
74
RUN set -x \
75
+ && rm -rf /docker-entrypoint.d || true \
76
&& mkdir -p /etc/httpd-custom.d \
77
&& mkdir -p /etc/httpd/conf.d \
78
&& mkdir -p /etc/httpd/vhost.d \
README.md
@@ -267,5 +267,5 @@ It allows any of the following combinations:
267
## Version
268
269
```
270
-nginx version: nginx/1.17.6
+nginx version: nginx/1.19.1
271
0 commit comments