mirror of
https://github.com/matrix-org/dendrite
synced 2025-04-30 07:04:09 +02:00
Update license in Docker image annotations
This commit is contained in:
parent
984b02434e
commit
b85bc28eec
1 changed files with 1 additions and 2 deletions
|
@ -31,7 +31,7 @@ RUN apk --update --no-cache add curl
|
|||
LABEL org.opencontainers.image.title="Dendrite"
|
||||
LABEL org.opencontainers.image.description="Next-generation Matrix homeserver written in Go"
|
||||
LABEL org.opencontainers.image.source="https://github.com/matrix-org/dendrite"
|
||||
LABEL org.opencontainers.image.licenses="Apache-2.0"
|
||||
LABEL org.opencontainers.image.licenses="AGPL-3.0-only"
|
||||
LABEL org.opencontainers.image.documentation="https://matrix-org.github.io/dendrite/"
|
||||
LABEL org.opencontainers.image.vendor="The Matrix.org Foundation C.I.C."
|
||||
|
||||
|
@ -45,4 +45,3 @@ WORKDIR /etc/dendrite
|
|||
|
||||
ENTRYPOINT ["/usr/bin/dendrite"]
|
||||
EXPOSE 8008 8448
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue