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

added labels

This commit is contained in:
niiwiicamo 2024-07-25 11:41:31 +02:00
parent 4e0e71d501
commit 9f0632b2a9

View file

@ -9,3 +9,9 @@ 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.template
HEALTHCHECK --interval= --timeout=5s --start-period=10s CMD curl --insecure --silent --location --show-error --fail http://localhost:8080$HEALTHCHECK_PATH || exit 1
LABEL org.opencontainers.image.source=https://github.com/niiwiicamo/owndyndns
LABEL org.opencontainers.image.description="OwnDynDNS Docker image, used to interface with the netcup hosting providers domain API and provide an endpoint for DynDNS updates by consumer routers."
LABEL org.opencontainers.image.version=v1.1
LABEL org.opencontainers.image.title="OwnDynDNS"
LABEL org.opencontainers.image.base.name="docker.io/serversideup/php:8.3-fpm-nginx-alpine"
LABEL org.opencontainers.image.authors="Nils Blume, github.com/NiiWiiCamo"