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
|
||||
|
||||
LABEL description="A server software for creating file hosting services" \
|
||||
nextcloud="Nextcloud v${NEXTCLOUD_VERSION}" \
|
||||
maintainer="Hoellen <dev@hoellen.eu>"
|
||||
LABEL org.opencontainers.image.description="All-in-one Nextcloud image, based on Alpine Linux" \
|
||||
org.opencontainers.image.version="${NEXTCLOUD_VERSION}" \
|
||||
org.opencontainers.image.authors="Hoellen <dev@hoellen.eu>" \
|
||||
org.opencontainers.image.source="https://github.com/hoellen/docker-nextcloud"
|
||||
|
||||
CMD ["run.sh"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user