From a6dc01b277f1bdecc1e0ee983698607ab3aedbfe Mon Sep 17 00:00:00 2001 From: "Patrik J. Braun" Date: Thu, 3 Jun 2021 00:08:02 +0200 Subject: [PATCH] Update Docker readme #317 Update Docker README.md #317 to reflect possible data loss on version update. --- docker/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/README.md b/docker/README.md index 0a80554d..38bca863 100644 --- a/docker/README.md +++ b/docker/README.md @@ -5,6 +5,7 @@ available tags: - `v*` (stable): built from the a release with the same version name. - `latest` (stable): same as the latest `v*`, built with debian stretch - `nightly` : built from the current state of `master`. This might break from time to time. +Note: Some changes may require database reset or config changes, see #317 (If you want to reduce the frequency of those, use stable buils (`lastest`) We support multiple architectures, including `amd64`, `arm32v7`, `arm64v8`.