mirror of
https://github.com/fernwerker/ownDynDNS.git
synced 2025-07-10 14:15:14 +02:00
added labels
This commit is contained in:
parent
4e0e71d501
commit
9f0632b2a9
1 changed files with 6 additions and 0 deletions
|
@ -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
|
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
|
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
|
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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue