mirror of
https://github.com/hoellen/docker-nextcloud.git
synced 2025-04-19 20:19:24 +00:00
follow OCI spec for labels
This commit is contained in:
parent
2c662e7862
commit
8c11184ba1
@ -159,8 +159,9 @@ VOLUME /data /nextcloud/config /nextcloud/apps2 /nextcloud/themes
|
|||||||
|
|
||||||
EXPOSE 8888
|
EXPOSE 8888
|
||||||
|
|
||||||
LABEL description="A server software for creating file hosting services" \
|
LABEL org.opencontainers.image.description="All-in-one Nextcloud image, based on Alpine Linux" \
|
||||||
nextcloud="Nextcloud v${NEXTCLOUD_VERSION}" \
|
org.opencontainers.image.version="${NEXTCLOUD_VERSION}" \
|
||||||
maintainer="Hoellen <dev@hoellen.eu>"
|
org.opencontainers.image.authors="Hoellen <dev@hoellen.eu>" \
|
||||||
|
org.opencontainers.image.source="https://github.com/hoellen/docker-nextcloud"
|
||||||
|
|
||||||
CMD ["run.sh"]
|
CMD ["run.sh"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user