From cf55621b57e55f11cd77f63464c9cae4b14fa692 Mon Sep 17 00:00:00 2001 From: Aarnav Tale Date: Fri, 20 Jun 2025 19:46:20 -0400 Subject: [PATCH] docs: warn about permission change --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae3b433..4443af4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - The database is created automatically if it does not exist. - It currently stores SSH connection details and will migrate older data. - The docker container now runs in a non-root, distroless image (closes [#255](https://github.com/tale/headplane/issues/255)) + - You may need to run `chown -R 65532:65532 ` on your data directory to ensure the container can write to it. ### 0.6.0 (May 25, 2025) - Headplane 0.6.0 now requires **Headscale 0.26.0** or newer.