mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 14:55:07 +01:00
Add org.opencontainers.image labels
This commit is contained in:
parent
49a1c3f8c2
commit
004375b478
1 changed files with 5 additions and 1 deletions
|
|
@ -127,4 +127,8 @@ ENTRYPOINT ["/sbin/docker-entrypoint.sh"]
|
|||
EXPOSE 8000
|
||||
CMD ["/usr/local/bin/supervisord", "-c", "/etc/supervisord.conf"]
|
||||
|
||||
LABEL maintainer="paperless-ngx team <hello@paperless-ngx.com>"
|
||||
LABEL org.opencontainers.image.authors="paperless-ngx team <hello@paperless-ngx.com>"
|
||||
LABEL org.opencontainers.image.documentation="https://paperless-ngx.readthedocs.io/en/latest/"
|
||||
LABEL org.opencontainers.image.source="https://github.com/paperless-ngx/paperless-ngx"
|
||||
LABEL org.opencontainers.image.url="https://github.com/paperless-ngx/paperless-ngx"
|
||||
LABEL org.opencontainers.image.licenses="GPL-3.0-only"
|
||||
Loading…
Add table
Add a link
Reference in a new issue