This commit is contained in:
CrazyMax 2018-02-05 22:28:33 +01:00
parent fe5478f148
commit dd58c26652
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ ARG VERSION
LABEL org.label-schema.build-date=$BUILD_DATE \
org.label-schema.name="jetbrains-license-server" \
org.label-schema.description="JetBrains License Server image based on Alpine" \
org.label-schema.description="JetBrains License Server image based on Alpine Linux" \
org.label-schema.version=$VERSION \
org.label-schema.url="https://github.com/crazy-max/docker-jetbrains-license-server" \
org.label-schema.vcs-ref=$VCS_REF \

View File

@ -71,7 +71,7 @@ $ docker run -d -p 8000:80 --name jetbrains-license-server \
## Update
You can update Matomo automatically through the UI, it works well. But i recommend to recreate the container whenever i push an update :
Recreate the container whenever i push an update :
```bash
docker-compose pull