1
0
Fork 0
mirror of https://github.com/fernwerker/ownDynDNS.git synced 2025-07-10 06:05:13 +02:00

comment out ipv6 listener in nginx conf

This commit is contained in:
niiwiicamo 2024-07-25 11:18:29 +02:00
parent 26e6de6051
commit b8227d9c0b

View file

@ -7,4 +7,5 @@ WORKDIR /var/www/html/public
COPY --chown=www-data:www-data ./data/src/ /var/www/html/public/src
COPY --chown=www-data:www-data ./data/update.php /var/www/html/public
COPY --chown=www-data:www-data ./data/.env.dist /var/www/html/public/.env
RUN sed -i 's|listen \[::\]:8080 default_server;|# \0' /etc/nginx/site-opts.d/http.conf
HEALTHCHECK --interval= --timeout=5s --start-period=10s CMD curl --insecure --silent --location --show-error --fail http://localhost:8080$HEALTHCHECK_PATH || exit 1