docs: warn about permission change

This commit is contained in:
Aarnav Tale
2025-06-20 19:46:20 -04:00
parent 73f0a0d273
commit cf55621b57
+1
View File
@@ -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 <host_path>` 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.