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 c4abc23 + b9858ca commit 7386d1fCopy full SHA for 7386d1f
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.16.1
+nginx version: nginx/1.18.0
271
0 commit comments