Add org.opencontainers.image.source label

This commit is contained in:
Aleksandar Puharic 2023-04-06 00:33:24 +02:00
parent d236f0ba51
commit 7c8fa6cfc8
Signed by: xZero707
GPG Key ID: 3CC53DCAA9C237BB

View File

@ -47,5 +47,6 @@ WORKDIR "/var/www/html/"
VOLUME ["/root/.wp-cli", "/var/www/html/wp-content"] VOLUME ["/root/.wp-cli", "/var/www/html/wp-content"]
LABEL maintainer="Aleksandar Puharic <aleksandar@puharic.com>" LABEL maintainer="Aleksandar Puharic <aleksandar@puharic.com>"
LABEL org.opencontainers.image.source = "https://github.com/N0rthernL1ghts/wordpress"
ENTRYPOINT ["/init"] ENTRYPOINT ["/init"]
EXPOSE 80/TCP EXPOSE 80/TCP