mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2024-11-23 10:51:10 +01:00
Define more org.opencontainers labels
This commit is contained in:
parent
7c8fa6cfc8
commit
f57537dfcf
10
Dockerfile
10
Dockerfile
|
@ -46,7 +46,13 @@ ENV CRON_ENABLED=true
|
|||
WORKDIR "/var/www/html/"
|
||||
VOLUME ["/root/.wp-cli", "/var/www/html/wp-content"]
|
||||
|
||||
LABEL maintainer="Aleksandar Puharic <aleksandar@puharic.com>"
|
||||
LABEL org.opencontainers.image.source = "https://github.com/N0rthernL1ghts/wordpress"
|
||||
LABEL maintainer="Aleksandar Puharic <aleksandar@puharic.com>" \
|
||||
org.opencontainers.image.documentation="https://github.com/N0rthernL1ghts/wordpress/wiki" \
|
||||
org.opencontainers.image.source="https://github.com/N0rthernL1ghts/wordpress" \
|
||||
org.opencontainers.image.description="nginx-unit Powered WordPress ${WP_VERSION} - Build ${TARGETPLATFORM}" \
|
||||
org.opencontainers.image.licenses="MIT" \
|
||||
org.opencontainers.image.version="${WP_VERSION}"
|
||||
|
||||
|
||||
ENTRYPOINT ["/init"]
|
||||
EXPOSE 80/TCP
|
||||
|
|
Loading…
Reference in New Issue
Block a user