Updated Readme

This commit is contained in:
krateng 2021-12-14 21:22:16 +01:00
parent 975e57ea46
commit 8958eb1b54
2 changed files with 2 additions and 2 deletions

View File

@ -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`.

View File

@ -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",