mirror of
https://github.com/fernwerker/ownDynDNS.git
synced 2025-07-10 22:25:13 +02:00
fixed filename to disable ipv6 for nginx
This commit is contained in:
parent
56f879a4c7
commit
4e0e71d501
1 changed files with 1 additions and 1 deletions
|
@ -7,5 +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
|
||||
RUN sed -i "s|listen \[::\]:8080 default_server;|# \0|" /etc/nginx/site-opts.d/http.conf.template
|
||||
HEALTHCHECK --interval= --timeout=5s --start-period=10s CMD curl --insecure --silent --location --show-error --fail http://localhost:8080$HEALTHCHECK_PATH || exit 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue