fix image label (one more time)
This commit is contained in:
parent
d143375700
commit
e04e0efb8f
1 changed files with 3 additions and 3 deletions
|
@ -16,9 +16,9 @@ ARG CANAL stable
|
||||||
ENV CNL_DOTCLEAR=$CANAL
|
ENV CNL_DOTCLEAR=$CANAL
|
||||||
|
|
||||||
# Image label
|
# Image label
|
||||||
LABEL "org.opencontainers.image.source"="https://github.com/JcDenis/docker-dotclear"
|
LABEL org.opencontainers.image.source https://github.com/JcDenis/docker-dotclear
|
||||||
LABEL "org.opencontainers.image.description"="Dotclear docker image $CNL_DOTCLEAR"
|
LABEL org.opencontainers.image.description "Dotclear docker image $CNL_DOTCLEAR"
|
||||||
LABEL "org.opencontainers.image.licenses"="AGPL-3.0"
|
LABEL org.opencontainers.image.licenses AGPL-3.0
|
||||||
|
|
||||||
##
|
##
|
||||||
# Nginx
|
# Nginx
|
||||||
|
|
Loading…
Reference in a new issue