mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 21:17:37 +03:00
use label instead of maintainer
This commit is contained in:
parent
10e3bf2e43
commit
282df1162f
2 changed files with 2 additions and 2 deletions
|
@ -40,6 +40,6 @@ EXPOSE 8080
|
|||
HEALTHCHECK --interval=1m --timeout=3s CMD wget --spider --q http://localhost:8080/settings || exit 1
|
||||
|
||||
# Add container metadata
|
||||
MAINTAINER sigaloid
|
||||
LABEL org.opencontainers.image.authors="sigaloid"
|
||||
|
||||
CMD ["redlib"]
|
||||
|
|
|
@ -46,6 +46,6 @@ EXPOSE 8080
|
|||
HEALTHCHECK --interval=1m --timeout=3s CMD wget --spider --q http://localhost:8080/settings || exit 1
|
||||
|
||||
# Add container metadata
|
||||
MAINTAINER sigaloid
|
||||
LABEL org.opencontainers.image.authors="sigaloid"
|
||||
|
||||
CMD ["redlib"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue