diff --git a/README.md b/README.md index 3fedd34..72d8670 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ I can support you with issues best if you use **Alpine Linux**. In my experience ### Docker -There is a Dockerfile in the repo that should work by itself. You can also use the unofficial [Dockerhub repository](https://hub.docker.com/r/joniator/maloja) kindly provided by joniator. +You can use the [Dockerhub build](https://hub.docker.com/r/krateng/maloja) or the dockerfile in this repository. You might want to set the environment variables `MALOJA_FORCE_PASSWORD`, `MALOJA_SKIP_SETUP` and `MALOJA_DATA_DIRECTORY`. diff --git a/maloja/__pkginfo__.py b/maloja/__pkginfo__.py index 1af1b55..5e27982 100644 --- a/maloja/__pkginfo__.py +++ b/maloja/__pkginfo__.py @@ -5,7 +5,7 @@ author = { "email":"maloja@dev.krateng.ch", "github": "krateng" } -version = 2,12,18 +version = 2,12,19 versionstr = ".".join(str(n) for n in version) links = { "pypi":"malojaserver",