Added IPv6 patch for lighttpd
This commit is contained in:
@@ -10,6 +10,7 @@ RUN mkdir -p /docker-entrypoint-initdb.d
|
|||||||
COPY --chown=root:root --chmod=755 src/init.sh /init.sh
|
COPY --chown=root:root --chmod=755 src/init.sh /init.sh
|
||||||
|
|
||||||
# Additional files
|
# Additional files
|
||||||
|
RUN echo '$SERVER["socket"] == "[::]:80" { }' >> /etc/lighttpd/lighttpd.conf
|
||||||
COPY --chown=root:root --chmod=644 src/index.html /var/www/localhost/htdocs/index.html
|
COPY --chown=root:root --chmod=644 src/index.html /var/www/localhost/htdocs/index.html
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user