mirror of
https://github.com/juanfont/headscale.git
synced 2026-09-12 03:31:34 +09:00
4087d1fee9
This is relevant when docker is used as container runtime as it does not set /tmp as tmpfs. With podman /tmp is mounted as tmpfs due to `--read-only-tmpfs` (enabled by default). Fixes: #3463