diff --git a/README.md b/README.md index 13a76a5..d401b53 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,10 @@

- Latest Version - Build Status + Latest Version + Build Status Docker Stars Docker Pulls - Docker Repository on Quay Code Quality
Support me on Patreon Donate Paypal @@ -13,24 +12,34 @@ ## About -🐳 [JetBrains License Server](https://www.jetbrains.com/help/license_server/getting_started.html) Docker image based on Alpine Linux.
+🐳 [JetBrains License Server](https://www.jetbrains.com/help/license_server/getting_started.html) Docker image based on AdoptOpenJDK.
If you are interested, [check out](https://hub.docker.com/r/crazymax/) my other 🐳 Docker images! 💡 Want to be notified of new releases? Check out 🔔 [Diun (Docker Image Update Notifier)](https://github.com/crazy-max/diun) project! ## Features -### Included - * License server completely customizable via environment variables * Registration data and configuration in a single directory - -### From docker-compose - * [Traefik](https://github.com/containous/traefik-library-image) as reverse proxy and creation/renewal of Let's Encrypt certificates ## Docker +### Multi-platform image + +Following platforms for this image are available: + +``` +$ docker run --rm mplatform/mquery crazymax/jetbrains-license-server:latest +Image: crazymax/jetbrains-license-server:latest + * Manifest List: Yes + * Supported platforms: + - linux/amd64 + - linux/arm64 + - linux/ppc64le + - linux/s390x +``` + ### Environment variables * `TZ` : The timezone assigned to the container (default `UTC`) @@ -50,6 +59,8 @@ If you are interested, [check out](https://hub.docker.com/r/crazymax/) my other * `/data` : Contains [registration data](https://www.jetbrains.com/help/license_server/migrate.html) and configuration +> :warning: Note that the volume should be owned by uid `1000` and gid `1000`. If you don't give the volume correct permissions, the container may not start. + ### Ports * `8000` : Jetbrains License Server HTTP port